mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
23 lines
443 B
Makefile
23 lines
443 B
Makefile
# New ports collection makefile for: dnstracer
|
|
# Date created: 18 January 2002
|
|
# Whom: Edwin Groothuis <edwin@mavetju.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= dnstracer
|
|
PORTVERSION= 1.7
|
|
CATEGORIES= net
|
|
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
|
|
|
|
.include <bsd.port.mk>
|