summaryrefslogtreecommitdiff
path: root/dns/domtools/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'dns/domtools/Makefile')
-rw-r--r--dns/domtools/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/dns/domtools/Makefile b/dns/domtools/Makefile
new file mode 100644
index 000000000000..5a7f14988f2c
--- /dev/null
+++ b/dns/domtools/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: domtools
+# Version required: 1.4.0
+# Date created: 12 Jun 1999
+# Whom: alexp
+#
+# $Id: Makefile,v 1.1.1.1 1999/06/12 04:45:52 jmg Exp $
+#
+
+DISTNAME= domtools1.4.0
+PKGNAME= domtools-1.4.0
+CATEGORIES= net
+MASTER_SITES= http://www.domtools.com/pub/
+
+MAINTAINER= veers@disturbed.net
+
+WRKSRC= ${WRKDIR}/domtools1.4.0/
+
+USE_PERL5= YES
+
+NO_BUILD= YES
+
+post-install:
+ ${MKDIR} ${PREFIX}/domtools/lib/zonecache
+
+.include <bsd.port.mk>