mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
9638468cd3
It checks and reports whether a domain name, hosted by your organization, is still in use, and if so, reports whether your name servers are still the delegated name servers of the domain name in question. PR: ports/80834 Submitted by: Ozkan KIRIK <ozkan@enderunix.org>
29 lines
619 B
Makefile
29 lines
619 B
Makefile
# 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= ozkan@enderunix.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>
|