1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/dns/sleuth/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

31 lines
713 B
Makefile

# Created by: Mark Pulford <mark@kyne.com.au>
# $FreeBSD$
PORTNAME= sleuth
PORTVERSION= 1.4.4
CATEGORIES= dns
MASTER_SITES= ftp://atrey.karlin.mff.cuni.cz/pub/local/mj/net/
MAINTAINER= portmaster@BSDforge.com
COMMENT= Tool for checking, and diagnosing DNS zones
LICENSE= GPLv2
RUN_DEPENDS= p5-Net-DNS>=0:dns/p5-Net-DNS
USES= shebangfix perl5
SHEBANG_FILES= sleuth
PLIST_FILES= bin/sleuth etc/sleuth.conf.sample
post-patch:
@${REINPLACE_CMD} -i '' -e 's|/etc/sleuth.conf|${PREFIX}/etc/sleuth.conf|' \
${WRKSRC}/sleuth
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/sleuth ${STAGEDIR}${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/sleuth.conf \
${STAGEDIR}${PREFIX}/etc/sleuth.conf.sample
.include <bsd.port.mk>