2001-06-15 14:46:45 +02:00
|
|
|
# New ports collection makefile for: sleuth
|
|
|
|
# Date created: Jun 15, 2001
|
|
|
|
# Whom: Mark Pulford <mark@kyne.com.au>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= sleuth
|
2008-06-21 00:05:57 +02:00
|
|
|
PORTVERSION= 1.4.4
|
2003-09-05 06:54:37 +02:00
|
|
|
CATEGORIES= dns
|
2001-06-15 14:46:45 +02:00
|
|
|
MASTER_SITES= ftp://atrey.karlin.mff.cuni.cz/pub/local/mj/net/
|
|
|
|
|
2009-03-09 20:29:12 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-22 18:14:31 +01:00
|
|
|
COMMENT= A tool for checking DNS zones
|
2001-06-15 14:46:45 +02:00
|
|
|
|
2012-06-28 20:37:23 +02:00
|
|
|
RUN_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS
|
2001-06-15 14:46:45 +02:00
|
|
|
|
|
|
|
USE_PERL5= yes
|
|
|
|
|
2006-10-31 13:23:30 +01:00
|
|
|
PLIST_FILES= bin/sleuth etc/sleuth.conf.sample
|
|
|
|
|
2001-06-15 14:46:45 +02:00
|
|
|
post-patch:
|
|
|
|
${PERL} -pi -e "s|/etc/sleuth.conf|${PREFIX}/etc/sleuth.conf|g; \
|
|
|
|
s|#!/usr/bin/perl|#!${PERL}|g;" ${WRKSRC}/sleuth
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/sleuth ${PREFIX}/bin
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/sleuth.conf ${PREFIX}/etc/sleuth.conf.sample
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|