# New ports collection makefile for: dnstracer # Date created: 18 January 2002 # Whom: Edwin Groothuis # # $FreeBSD: ports/dns/dnstracer/Makefile,v 1.12 2007/12/19 21:52:44 edwin Exp $ # 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 OPTIONS= IPV6 "With IPv6 support" on USE_PERL5= 5.8.9+ .include .if defined(WITHOUT_IPV6) CONFIGURE_ARGS+=--disable-ipv6 .endif .include