freebsd-ports/dns/dnstracer/Makefile

31 lines
621 B
Makefile
Raw Normal View History

# Created by: Edwin Groothuis <edwin@mavetju.org>
# $FreeBSD$
PORTNAME= dnstracer
PORTVERSION= 1.9
PORTREVISION= 1
CATEGORIES= dns
MASTER_SITES= http://www.mavetju.org/download/
MAINTAINER= ports@FreeBSD.org
2003-02-14 11:10:44 +01:00
COMMENT= Trace a chain of DNS servers to the source
2014-01-25 01:54:22 +01:00
USES= gmake
USES= gmake autoreconf
GNU_CONFIGURE= yes
2014-01-25 01:54:22 +01:00
PLIST_FILES= bin/dnstracer \
man/man8/dnstracer.8.gz
OPTIONS_DEFINE= IPV6
2014-01-25 01:54:22 +01:00
IPV6_CONFIGURE_ENABLE= --disable-ipv6
BROKEN_sparc64= fails to build
post-install:
${MKDIR} ${STAGEDIR}/${PREFIX}/
${INSTALL_MAN} ${WRKSRC}/dnstracer.8 ${STAGEDIR}${PREFIX}/man/man8/dnstracer.8
.include <bsd.port.mk>