summaryrefslogtreecommitdiff
path: root/archivers/gzip/Makefile
diff options
context:
space:
mode:
authorkim <kim>1999-09-18 14:27:54 +0000
committerkim <kim>1999-09-18 14:27:54 +0000
commit517687973ab2c8417558902ac2094444018762aa (patch)
tree1d42d865d070efe0f8852d6623cbeabd641ad2ae /archivers/gzip/Makefile
parentaa1683925c0e92c573e49ff094a230dfcc3c5a83 (diff)
downloadpkgsrc-517687973ab2c8417558902ac2094444018762aa.tar.gz
gzip 1.2.4a meta-package
Diffstat (limited to 'archivers/gzip/Makefile')
-rw-r--r--archivers/gzip/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/archivers/gzip/Makefile b/archivers/gzip/Makefile
new file mode 100644
index 00000000000..06abb8682b3
--- /dev/null
+++ b/archivers/gzip/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/09/18 14:27:54 kim Exp $
+#
+
+DISTNAME= gzip-1.2.4a
+CATEGORIES= archivers
+MASTER_SITES= # empty
+DISTFILES= # empty
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.gnu.org/software/gzip/gzip.html
+
+DEPENDS+= gzip-base-1.2.4a:../../archivers/gzip-base
+DEPENDS+= gzip-info-1.2.4a:../../archivers/gzip-info
+
+EXTRACT_ONLY= # empty
+NO_CHECKSUM= yes
+NO_PATCH= yes
+NO_CONFIGURE= yes
+NO_BUILD= yes
+
+do-install: # empty
+
+.if exists(/usr/bin/gzip)
+IGNORE= "is part of your NetBSD distribution"
+.endif
+
+.include "../../mk/bsd.pkg.mk"