2002-01-31 04:22:01 +00:00
|
|
|
# New ports collection makefile for: dnstracer
|
|
|
|
# Date created: 18 January 2002
|
|
|
|
# Whom: Edwin Groothuis <edwin@mavetju.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= dnstracer
|
2004-07-08 11:29:29 +00:00
|
|
|
PORTVERSION= 1.8
|
2003-09-05 04:54:37 +00:00
|
|
|
CATEGORIES= dns
|
2002-01-31 04:22:01 +00:00
|
|
|
MASTER_SITES= http://www.mavetju.org/download/
|
|
|
|
|
|
|
|
MAINTAINER= edwin@mavetju.org
|
2003-02-14 10:10:44 +00:00
|
|
|
COMMENT= Trace a chain of DNS servers to the source
|
2002-01-31 04:22:01 +00:00
|
|
|
|
|
|
|
HAS_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --prefix=${PREFIX}
|
2002-07-30 18:31:25 +00:00
|
|
|
USE_GMAKE= yes
|
2002-01-31 04:22:01 +00:00
|
|
|
|
|
|
|
MAN8= dnstracer.8
|
2004-02-06 13:12:53 +00:00
|
|
|
PLIST_FILES= bin/dnstracer
|
2002-01-31 04:22:01 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|