summaryrefslogtreecommitdiffstats
path: root/dns/checkdns/Makefile
blob: e3201ebeb5ac4c9df9eee84cf7e98e04ccc19a6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# New ports collection makefile for:	checkdns
# Date created:				9 May 2005
# Whom:					Ozkan KIRIK <ozkan@enderunix.org>
#
# $FreeBSD$
#

PORTNAME=	checkdns
PORTVERSION=	0.5
CATEGORIES=	dns
MASTER_SITES=	http://www.enderunix.org/checkdns/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	A domain name server analysis and reporting tool

USE_REINPLACE=	yes

SUB_FILES=	pkg-message
PKG_MESSAGE=	${WRKDIR}/pkg-message

post-patch:
	@${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/main.c \
		${WRKSRC}/INSTALL ${WRKSRC}/README ${WRKSRC}/checkdns.conf-dist

post-install:
	@${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>
OpenPOWER on IntegriCloud