1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/dns/dnstracer/Makefile
Edwin Groothuis 6afc7d2886 - With the rollout of IPv6 for a.root-servers.net, it always
took the IPv6 address even if you used the -4 option.
- Fix false lame server issues with domains which have the
  higher domain in it (command.com for example).
2008-02-10 03:08:50 +00:00

32 lines
606 B
Makefile

# New ports collection makefile for: dnstracer
# Date created: 18 January 2002
# Whom: Edwin Groothuis <edwin@mavetju.org>
#
# $FreeBSD$
#
PORTNAME= dnstracer
PORTVERSION= 1.9
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
OPTIONS= IPV6 "With IPv6 support" on
.include <bsd.port.pre.mk>
.if defined(WITHOUT_IPV6)
CONFIGURE_ARGS+=--disable-ipv6
.endif
.include <bsd.port.post.mk>