1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/dns/dnstracer/Makefile
2017-04-05 02:10:25 +00:00

27 lines
491 B
Makefile

# 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
COMMENT= Trace a chain of DNS servers to the source
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= gmake autoreconf
GNU_CONFIGURE= yes
PLIST_FILES= bin/dnstracer \
man/man8/dnstracer.8.gz
OPTIONS_DEFINE= IPV6
IPV6_CONFIGURE_ENABLE= ipv6
.include <bsd.port.mk>