freebsd-ports/dns/walker/Makefile
Edwin Groothuis bf60be81d1 Chase repocopies towards ports/dns
PR:		ports/56020
Submitted by:	Kimura Fuyuki <fuyuki@nigredo.org>
Approved by:	portmgr
2003-09-05 07:33:51 +00:00

32 lines
710 B
Makefile

# ex:ts=8
# New ports collection makefile for: walker
# Date created: May 30, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= walker
PORTVERSION= 1.0
CATEGORIES= dns
MASTER_SITES= http://josefsson.org/walker/
MAINTAINER= ports@FreeBSD.org
COMMENT= Recover zone file information from servers that use DNSSEC
RUN_DEPENDS= ${LOCALBASE}/bin/dig:${PORTSDIR}/dns/bind9
USE_REINPLACE= yes
NO_BUILD= yes
post-patch:
@${REINPLACE_CMD} -e 's,`dig,`${LOCALBASE}/bin/dig,g' ${WRKSRC}/walker
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/walker ${PREFIX}/bin
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/walker
${INSTALL_DATA} ${WRKSRC}/walker.html ${PREFIX}/share/doc/walker
.endif
.include <bsd.port.mk>