aboutsummaryrefslogtreecommitdiffstats
path: root/dns/dnstracer/Makefile
blob: 04dd920b645d542f1508c55e69b1210d3fe87c5e (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
# New ports collection makefile for:    dnstracer
# Date created:             18 January 2002
# Whom:             Edwin Groothuis <edwin@mavetju.org>
#
# $FreeBSD$
#

PORTNAME=   dnstracer
PORTVERSION=    1.8
CATEGORIES= dns
MASTER_SITES=   http://www.mavetju.org/download/

MAINTAINER= edwin@mavetju.org
COMMENT=    Trace a chain of DNS servers to the source

HAS_CONFIGURE=  yes
CONFIGURE_ARGS= --prefix=${PREFIX}
USE_GMAKE=  yes

MAN8=       dnstracer.8
PLIST_FILES=    bin/dnstracer

.include <bsd.port.mk>