summaryrefslogtreecommitdiff
path: root/archivers/nomarch/Makefile
diff options
context:
space:
mode:
authorcjep <cjep>2002-12-13 18:38:08 +0000
committercjep <cjep>2002-12-13 18:38:08 +0000
commit69957e29ce23b257f9e4b9e54a5b13a0d1b16f80 (patch)
tree82cd6954134d2cfc85e8e445446c8a7576c65beb /archivers/nomarch/Makefile
parentb6d6b791d3e599d5fc55759cd2ea2dcbe0f7d6dd (diff)
downloadpkgsrc-69957e29ce23b257f9e4b9e54a5b13a0d1b16f80.tar.gz
Initial import of nomarch 1.3 into the NetBSD packages collection
as archivers/nomarch. nomarch is a free version of the arc archiver program. It is available under the GNU GPL license.
Diffstat (limited to 'archivers/nomarch/Makefile')
-rw-r--r--archivers/nomarch/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/archivers/nomarch/Makefile b/archivers/nomarch/Makefile
new file mode 100644
index 00000000000..5e6e03b2612
--- /dev/null
+++ b/archivers/nomarch/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/12/13 18:38:08 cjep Exp $
+#
+
+DISTNAME= nomarch-1.3
+CATEGORIES= archivers
+MASTER_SITES= ${MASTER_SITE_SUNSITE:=utils/compress/}
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://rus.members.beeb.net/nomarch.html
+COMMENT= Free replacement for the arc program
+
+USE_BUILDLINK2= YES
+MAKE_FLAGS+= PREFIX=${PREFIX}
+
+.include "../../mk/bsd.pkg.mk"