mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
31 lines
713 B
Makefile
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>
|