summaryrefslogtreecommitdiff
path: root/archivers/gzip-info/Makefile
diff options
context:
space:
mode:
authorkim <kim>1999-09-18 14:26:52 +0000
committerkim <kim>1999-09-18 14:26:52 +0000
commit43e8ef404808a29235e230966627bea69c91003f (patch)
treebdda93a86a43252af8796d74ada38f96c944dd5c /archivers/gzip-info/Makefile
parent1182cc0c88a830abd7a607769df95fec08e3a360 (diff)
downloadpkgsrc-43e8ef404808a29235e230966627bea69c91003f.tar.gz
gzip 1.2.4a info pages
Diffstat (limited to 'archivers/gzip-info/Makefile')
-rw-r--r--archivers/gzip-info/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/archivers/gzip-info/Makefile b/archivers/gzip-info/Makefile
new file mode 100644
index 00000000000..6e7e3196561
--- /dev/null
+++ b/archivers/gzip-info/Makefile
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/09/18 14:26:52 kim Exp $
+#
+
+DISTNAME= gzip-1.2.4a
+PKGNAME= gzip-info-1.2.4a
+CATEGORIES= archivers
+MASTER_SITES= ${MASTER_SITE_GNU:=gzip/}
+EXTRACT_SUFX= .shar
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.gnu.org/software/gzip/gzip.html
+
+EXTRACT_CMD= ${CAT} ${DOWNLOADED_DISTFILE} | ${TR} -d \\r | ${SH}
+
+USE_GTEXINFO= yes
+INFO_FILES= gzip.info
+
+NO_PATCH= yes
+NO_CONFIGURE= yes
+NO_BUILD= yes
+
+.if exists(/usr/bin/gzip)
+IGNORE= "is part of your NetBSD distribution"
+.endif
+
+do-install:
+ ${INSTALL_DATA} ${WRKSRC}/gzip.info ${PREFIX}/info
+
+.include "../../mk/bsd.pkg.mk"