pkgsrc/net/dlint/Makefile
hubertf 78c7f1e1a3 DNS-Lint: Internet Domain Name System (DNS) error checking utility
DNS administrators  can  use  dlint  to  scan  recursively through
the  domain  records  of the fully-qualified zone to get a report
on any errors therein.  You can scan a  zone  you  own,  or anyone
else's zone on the Internet.  dlint talks directly to a primary or
secondary  nameserver for  the  zone,  to make sure it's working
with up-to-date information.
1999-04-06 20:24:36 +00:00

26 lines
540 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 1999/04/06 20:24:36 hubertf Exp $
#
DISTNAME= dlint1.3.2
PKGNAME= dlint-1.3.2
CATEGORIES= net
MASTER_SITES= http://www.domtools.com/pub/
MAINTAINER= hubertf@netbsd.org
HOMEPAGE= http://www.domtools.com/dns/
USE_PERL5= YES
NO_BUILD= YES
do-configure:
cd ${WRKSRC} ; \
${MV} digparse digparse.BAK ; \
${SED} \
-e '/usr.bin.perl/s|/usr|${PREFIX}|g' \
<digparse.BAK >digparse ; \
${MV} dlint dlint.BAK ; \
${SED} \
-e 's|/usr/local|${PREFIX}|g' \
<dlint.BAK >dlint
.include "../../mk/bsd.pkg.mk"