summaryrefslogtreecommitdiff
path: root/archivers/dact/Makefile
diff options
context:
space:
mode:
authorrh <rh>2001-09-09 15:06:11 +0000
committerrh <rh>2001-09-09 15:06:11 +0000
commit460200bd576e039d66c47321aca9a1c73d647f40 (patch)
treedce40e55e1b818fc2c45fccae9cfc96284304b32 /archivers/dact/Makefile
parent08fb4fe4a5d4303416b35bd03d6318677fdf8c67 (diff)
downloadpkgsrc-460200bd576e039d66c47321aca9a1c73d647f40.tar.gz
Initial import of dact-0.8.3, the dynamic adaptive compression tool.
Diffstat (limited to 'archivers/dact/Makefile')
-rw-r--r--archivers/dact/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/archivers/dact/Makefile b/archivers/dact/Makefile
new file mode 100644
index 00000000000..92425ffafd5
--- /dev/null
+++ b/archivers/dact/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/09/09 15:06:11 rh Exp $
+#
+
+DISTNAME= dact-0.8.3
+CATEGORIES= archivers
+MASTER_SITES= http://www.rkeene.org/devel/
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.rkeene.org/devel/dact/
+COMMENT= dynamic adaptive compression tool
+
+GNU_CONFIGURE= YES
+USE_GMAKE= YES
+
+.include "../../mk/bsd.pkg.mk"