1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/dns/dlint/Makefile
Erwin Lansing 578db9557a Hand maintainership to submitter
PR:		98098
Submitted by:	Nils Vogels <nivo+kw+ports.bfa274@is-root.com>
2006-05-30 08:48:45 +00:00

34 lines
860 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://fresh.t-systems-sfr.com/unix/src/misc/dns/
DISTNAME= dlint${PORTVERSION}
MAINTAINER= nivo+kw+ports.bfa274@is-root.com
COMMENT= Lint for DNS zones (Domain Name Server zone verification utility)
NO_BUILD= 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>