![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / archivers / gcpio / Makefile (download)
Revision 1.30, Sat Mar 4 21:28:52 2006 UTC (17 years, 9 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.30 2006/03/04 21:28:52 jlam Exp $ # DISTNAME= cpio-2.6 PKGREVISION= 2 PKGNAME= g${DISTNAME} CATEGORIES= archivers MASTER_SITES= ${MASTER_SITE_GNU:=cpio/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnu.org/software/cpio/cpio.html COMMENT= GNU copy-in/out (cpio) with remote magnetic tape (rmt) support PKG_INSTALLATION_TYPES= overwrite pkgviews GNU_CONFIGURE= yes USE_MAKEINFO= yes TEST_TARGET= check INFO_FILES= cpio.info .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "NetBSD" LIBS+= -lgnumalloc .endif .if defined(GNU_PROGRAM_PREFIX) CONFIGURE_ARGS+= --program-prefix=${GNU_PROGRAM_PREFIX:Q} .endif PLIST_SUBST+= GNU_PROGRAM_PREFIX=${GNU_PROGRAM_PREFIX:Q} BUILD_DEFS+= GNU_PROGRAM_PREFIX .include "../../mk/bsd.pkg.mk"