summaryrefslogtreecommitdiff
path: root/archivers/fastjar/Makefile
diff options
context:
space:
mode:
authorrh <rh>2000-02-01 16:41:05 +0000
committerrh <rh>2000-02-01 16:41:05 +0000
commitb66edbbbe715d25a0b32c84cb0db64cdfa6e400c (patch)
treef968dda9fc6ce70c13b76b2d7fed67ab6385f7d9 /archivers/fastjar/Makefile
parent7d1b76b5b245272a8b40aa3d5a396fdfe5e25777 (diff)
downloadpkgsrc-b66edbbbe715d25a0b32c84cb0db64cdfa6e400c.tar.gz
Initial import of fastjar-0.90, a C language version of the 'jar' archiver
used by Java engines and SDKs.
Diffstat (limited to 'archivers/fastjar/Makefile')
-rw-r--r--archivers/fastjar/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/archivers/fastjar/Makefile b/archivers/fastjar/Makefile
new file mode 100644
index 00000000000..95734543526
--- /dev/null
+++ b/archivers/fastjar/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/02/01 16:41:05 rh Exp $
+#
+
+DISTNAME= fastjar-0.90
+CATEGORIES= archivers
+MASTER_SITES= http://download.sourceforge.net/fastjar/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://fastjar.sourceforge.net/
+
+GNU_CONFIGURE= YES
+
+.include "../../mk/bsd.pkg.mk"