![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / archivers / pbzip2 / Makefile (download)
Revision 1.11, Sat Mar 4 21:28:53 2006 UTC (17 years, 8 months ago) by jlam
Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers. |
# $NetBSD: Makefile,v 1.11 2006/03/04 21:28:53 jlam Exp $ # DISTNAME= pbzip2-0.9.5 CATEGORIES= archivers MASTER_SITES= http://compression.ca/pbzip2/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://compression.ca/pbzip2/ COMMENT= Parallel implementation of the bzip2 block-sorting file compressor PTHREAD_AUTO_VARS= yes PTHREAD_OPTS+= require CPPFLAGS+= -D_LARGEFILE_SOURCE=1 CPPFLAGS+= -D_FILE_OFFSET_BITS=64 LIBS+= -lbz2 INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 do-build: cd ${WRKSRC}; \ ${CXX} ${CPPFLAGS} ${CXXFLAGS} ${LDFLAGS} -o pbzip2 pbzip2.cpp ${LIBS} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pbzip2 ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/pbzip2.1 ${PREFIX}/${PKGMANDIR}/man1 ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/pbzip2 ${INSTALL_DATA} ${WRKSRC}/COPYING ${PREFIX}/share/doc/pbzip2 ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/pbzip2 .include "../../archivers/bzip2/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk"