1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/dns/walker/Makefile
Kirill Ponomarev a145641ea2 - Add CONFLICTS, because of the same item in pkg-plist
Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-10-11 14:59:12 +00:00

35 lines
739 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
CONFLICTS= dnssecwalker-2.*
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>