diff options
author | cjep <cjep@pkgsrc.org> | 2002-12-13 18:38:08 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2002-12-13 18:38:08 +0000 |
commit | a2a3891e969eba7f34dc49a064220a617b9df3b2 (patch) | |
tree | 82cd6954134d2cfc85e8e445446c8a7576c65beb /archivers/nomarch/Makefile | |
parent | f7ab52c724b8fb03ed1e5d19afca2a9aef2e318e (diff) | |
download | pkgsrc-a2a3891e969eba7f34dc49a064220a617b9df3b2.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/Makefile | 15 |
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" |