1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/dns/dlint/Makefile

34 lines
860 B
Makefile
Raw Normal View History

# ex:ts=8
# Ports collection makefile for: dlint
# Date created: Wed Dec 23, 1998
# Whom: David O'Brien (obrien@NUXI.com)
#
1999-08-30 14:24:37 +00:00
# $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
2003-02-20 19:00:52 +00:00
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>