23102c9438
PR: 34649 Submitted by: maintainer
21 lines
376 B
Makefile
21 lines
376 B
Makefile
# New ports collection makefile for: dnstracer
|
|
# Date created: 18 January 2002
|
|
# Whom: Edwin Groothuis <edwin@mavetju.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= dnstracer
|
|
PORTVERSION= 1.3
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.mavetju.org/download/
|
|
|
|
MAINTAINER= edwin@mavetju.org
|
|
|
|
HAS_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --prefix=${PREFIX}
|
|
|
|
MAN8= dnstracer.8
|
|
|
|
.include <bsd.port.mk>
|