diff options
Diffstat (limited to 'net/domtools/Makefile')
-rw-r--r-- | net/domtools/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/net/domtools/Makefile b/net/domtools/Makefile new file mode 100644 index 000000000000..5a7f14988f2c --- /dev/null +++ b/net/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> |