1999-06-17 10:00:30 +00:00
|
|
|
# New ports collection makefile for: domtools
|
|
|
|
# Version required: 1.4.0
|
|
|
|
# Date created: 12 Jun 1999
|
|
|
|
# Whom: alexp
|
|
|
|
#
|
1999-08-30 14:24:37 +00:00
|
|
|
# $FreeBSD$
|
1999-06-17 10:00:30 +00:00
|
|
|
#
|
|
|
|
|
1999-06-17 16:09:09 +00:00
|
|
|
DISTNAME= domtools${VERSION}
|
|
|
|
PKGNAME= domtools-${VERSION}
|
1999-06-17 10:00:30 +00:00
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= http://www.domtools.com/pub/
|
|
|
|
|
|
|
|
MAINTAINER= veers@disturbed.net
|
|
|
|
|
|
|
|
USE_PERL5= YES
|
|
|
|
|
|
|
|
NO_BUILD= YES
|
1999-06-17 16:09:09 +00:00
|
|
|
WRKSRC= ${WRKDIR}/domtools${VERSION}/
|
|
|
|
VERSION= 1.4.0
|
|
|
|
|
|
|
|
# XXX - patches/patch-aa modifies Makefile
|
|
|
|
# and so does the post-patch target
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
|
|
|
|
${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.old
|
|
|
|
${SED} -e 's#/usr/bin/perl#${PERL5}#' \
|
|
|
|
< ${WRKSRC}/Makefile.old > ${WRKSRC}/Makefile
|
1999-06-17 10:00:30 +00:00
|
|
|
|
|
|
|
post-install:
|
1999-06-17 16:09:09 +00:00
|
|
|
|
1999-06-17 10:00:30 +00:00
|
|
|
${MKDIR} ${PREFIX}/domtools/lib/zonecache
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|