freebsd-ports/dns/domtools/Makefile

37 lines
710 B
Makefile
Raw Normal View History

# New ports collection makefile for: domtools
# Date created: 12 Jun 1999
# Whom: alexp
#
1999-08-30 16:24:37 +02:00
# $FreeBSD$
#
PORTNAME= domtools
PORTVERSION= 1.5.0
2000-04-20 22:15:22 +02:00
CATEGORIES= net
MASTER_SITES= http://www.domtools.com/pub/
DISTNAME= ${PORTNAME}${PORTVERSION}
2000-04-20 22:15:22 +02:00
MAINTAINER= veers@disturbed.net
2000-04-20 22:15:22 +02:00
USE_PERL5= YES
NO_BUILD= YES
WRKSRC= ${WRKDIR}/domtools${PORTVERSION}/
MAKE_ENV+= PDEST=${PREFIX}
# 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}#' -e '/^PDEST=/d' \
< ${WRKSRC}/Makefile.old > ${WRKSRC}/Makefile
post-install:
${MKDIR} ${PREFIX}/domtools/lib/zonecache
.include <bsd.port.mk>