1999-06-17 10:00:30 +00:00
|
|
|
# New ports collection makefile for: domtools
|
|
|
|
# Date created: 12 Jun 1999
|
|
|
|
# Whom: alexp
|
|
|
|
#
|
1999-08-30 14:24:37 +00:00
|
|
|
# $FreeBSD$
|
1999-06-17 10:00:30 +00:00
|
|
|
#
|
|
|
|
|
2000-04-09 18:14:07 +00:00
|
|
|
PORTNAME= domtools
|
2000-08-17 03:40:58 +00:00
|
|
|
PORTVERSION= 1.5.0
|
2000-04-20 20:15:22 +00:00
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= http://www.domtools.com/pub/
|
2000-04-09 18:14:07 +00:00
|
|
|
DISTNAME= ${PORTNAME}${PORTVERSION}
|
1999-06-17 10:00:30 +00:00
|
|
|
|
2000-04-20 20:15:22 +00:00
|
|
|
MAINTAINER= veers@disturbed.net
|
1999-06-17 10:00:30 +00:00
|
|
|
|
2000-04-20 20:15:22 +00:00
|
|
|
USE_PERL5= YES
|
1999-06-17 10:00:30 +00:00
|
|
|
|
|
|
|
NO_BUILD= YES
|
2000-04-09 18:14:07 +00:00
|
|
|
WRKSRC= ${WRKDIR}/domtools${PORTVERSION}/
|
1999-06-17 16:09:09 +00:00
|
|
|
|
2000-08-17 03:40:58 +00:00
|
|
|
MAKE_ENV+= PDEST=${PREFIX}
|
|
|
|
|
1999-06-17 16:09:09 +00:00
|
|
|
# XXX - patches/patch-aa modifies Makefile
|
|
|
|
# and so does the post-patch target
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
|
|
|
|
${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.old
|
2000-08-17 03:40:58 +00:00
|
|
|
${SED} -e 's#/usr/bin/perl#${PERL5}#' -e '/^PDEST=/d' \
|
1999-06-17 16:09:09 +00:00
|
|
|
< ${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>
|