1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/dns/dlint/Makefile
Julien Laffaye e93d85f4d6 Update my e-mail to my FreeBSD one.
While I am here, use GOOGLE_CODE instead of ${MASTER_SITE_GOOGLE_CODE}

Approved by:	bapt (mentor)
2011-06-08 16:52:32 +00:00

36 lines
911 B
Makefile

# ex:ts=8
# Ports collection makefile for: dlint
# Date created: Wed Dec 23, 1998
# Whom: David O'Brien (obrien@NUXI.com)
#
# $FreeBSD$
#
PORTNAME= dlint
PORTVERSION= 1.4.0
CATEGORIES= dns
MASTER_SITES= http://www.sfr-fresh.com/unix/misc/dns/ \
http://www.sourcefiles.org/Networking/Tools/DNS/
DISTNAME= dlint${PORTVERSION}
MAINTAINER= jlaffaye@FreeBSD.org
COMMENT= Lint for DNS zones (Domain Name Server zone verification utility)
NO_BUILD= yes
MAKE_JOBS_SAFE= yes
MAN8= dlint.8
do-configure:
@${REINPLACE_CMD} -e 's:/usr/local/bin:${PREFIX}/sbin:g' ${WRKSRC}/dlint
@${SED} -e 's:DLINT 1:DLINT 8:g' ${WRKSRC}/dlint.1 >${WRKSRC}/dlint.8
do-install:
cd ${WRKSRC} ; ${INSTALL_SCRIPT} dlint digparse ${PREFIX}/sbin
${INSTALL_MAN} ${WRKSRC}/dlint.8 ${PREFIX}/man/man8
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>