# $Id: Portfile,v 1.1 2006/06/20 06:27:42 mww Exp $

PortSystem 1.0

name			pdnsd
version			1.2.4
categories		net
platforms		darwin
maintainers		mww@opendarwin.org
description		proxy dns server with permanent caching
long_description	pdnsd is a proxy dns server with permanent caching: the \
			cache contents are written to hard disk on exit. It is designed to \
			cope with unreachable or down dns servers, for example in dial-in \
			networking.

homepage		http://pdnsd.sourceforge.net/
master_sites	http://www.phys.uu.nl/~rombouts/pdnsd/releases/
distname		pdnsd-${version}-par
checksums		sha1 60719a178b05214de6d98fff1455e05733cc75cd

worksrcdir		${name}-${version}

configure.args	--mandir=${prefix}/share/man \
				--sysconfdir=${prefix}/etc/${name} \
				--enable-ipv6

platform darwin 8 {
	configure.env CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
}
