diff options
author | kim <kim@pkgsrc.org> | 1999-09-18 15:23:42 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 1999-09-18 15:23:42 +0000 |
commit | 23e9051ceacfcd7b1c5d1077787a06cd51ff60c0 (patch) | |
tree | ff2c24427181ce26d72d847dfa9af19391bc2da4 /archivers/gtar/Makefile | |
parent | 3b944cc9f82cb72e76b9856b3f9edf3baaf76f9f (diff) | |
download | pkgsrc-23e9051ceacfcd7b1c5d1077787a06cd51ff60c0.tar.gz |
Turn this into a meta-package for GNU tar.
Diffstat (limited to 'archivers/gtar/Makefile')
-rw-r--r-- | archivers/gtar/Makefile | 36 |
1 files changed, 12 insertions, 24 deletions
diff --git a/archivers/gtar/Makefile b/archivers/gtar/Makefile index dabac6fbf4b..d0ad34cd8ce 100644 --- a/archivers/gtar/Makefile +++ b/archivers/gtar/Makefile @@ -1,35 +1,23 @@ -# $NetBSD: Makefile,v 1.12 1999/09/18 03:36:23 kim Exp $ +# $NetBSD: Makefile,v 1.13 1999/09/18 15:23:42 kim Exp $ # -DISTNAME= tar-1.12 -PKGNAME= gtar-1.12 +DISTNAME= gtar-1.12 CATEGORIES= archivers -MASTER_SITES= ${MASTER_SITE_GNU:=tar/} -EXTRACT_SUFX= .shar.gz +MASTER_SITES= # empty +DISTFILES= # empty MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnu.org/software/tar/tar.html -EXTRACT_CMD= ${DECOMPRESS_CMD} ${DOWNLOADED_DISTFILE} | ${SH} +DEPENDS+= gtar-base-1.12:../../archivers/gtar-base +DEPENDS+= gtar-info-1.12:../../archivers/gtar-info -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --program-prefix=g --with-catgets +EXTRACT_ONLY= # empty +NO_CHECKSUM= yes +NO_PATCH= yes +NO_CONFIGURE= yes +NO_BUILD= yes -.include "../../mk/bsd.prefs.mk" - -.if (${OPSYS} != "NetBSD") -PLIST_SRC= ${WRKDIR}/PLIST - -pre-install: - -${RM} -f ${WRKDIR}/PLIST - ${CAT} ${PKGDIR}/PLIST | ${SED} -e 's/cat$$/mo/' > ${WRKDIR}/PLIST - -.endif - -post-patch: - @${ECHO} '' >>${WRKSRC}/po/fr.po - -post-install: - ${INSTALL_DATA} ${FILESDIR}/gtar.1 ${PREFIX}/man/man1/ +do-install: # empty .include "../../mk/bsd.pkg.mk" |