aboutsummaryrefslogtreecommitdiffstats
path: root/dns/dnstracer/Makefile
blob: 69c733a8cc8ec1f0eb7f212c7f096dff7363625e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# 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>