summaryrefslogtreecommitdiff
path: root/misc/parchive/Makefile
diff options
context:
space:
mode:
authorfredb <fredb>2002-01-04 21:02:30 +0000
committerfredb <fredb>2002-01-04 21:02:30 +0000
commit3658e9ea088a4f964584d83e02c746f16b033794 (patch)
tree831488981494d8733cebf41a00da05602db39173 /misc/parchive/Makefile
parentbf03b505304f9c1617128f02454e9250a66aa072 (diff)
downloadpkgsrc-3658e9ea088a4f964584d83e02c746f16b033794.tar.gz
Initial import of parchive-1.1, an implementation of "Parity Volume Sets",
specification 1.0 (.PAR and .Pnn files). These commonly accompany Usenet binary postings, but the public domain format is sufficiently general to permit other applications as well.
Diffstat (limited to 'misc/parchive/Makefile')
-rw-r--r--misc/parchive/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/misc/parchive/Makefile b/misc/parchive/Makefile
new file mode 100644
index 00000000000..9c8229e292c
--- /dev/null
+++ b/misc/parchive/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/01/04 21:02:30 fredb Exp $
+#
+
+DISTNAME= par-v1.1
+PKGNAME= parchive-1.1
+CATEGORIES= misc archivers
+MASTER_SITES= http://telia.dl.sourceforge.net/parchive/
+
+MAINTAINER= fredb@netbsd.org
+HOMEPAGE= http://sourceforge.net/project/parchive/
+COMMENT= create or use "Parity Volume Set" (PAR and Pnn) files
+
+WRKSRC= ${WRKDIR}/par-cmdline
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/par ${PREFIX}/bin/parchive
+
+.include "../../mk/bsd.pkg.mk"