# $Id: Portfile,v 1.1 2004/05/24 06:11:17 blb Exp $ PortSystem 1.0 name racoon version 20040408a categories security net maintainers a_rankine@yahoo.co.uk description an IKE (IPSec) daemon long_description Racoon is the daemon which negotiates and configures IPsec security associations homepage http://www.kame.net/racoon master_sites ftp://ftp.kame.net/pub/kame/misc/ checksums md5 c5124b87fb12e5ff867e7f06cdfc0b90 worksrcdir ${name}-${version}/${name} patchfiles patch-Makefile.in configure.env-append LDFLAGS="-L../libipsec" destroot.destdir mandir=${destroot}${prefix}/share/man prefix=${destroot}${prefix} post-patch { file copy -force /usr/share/libtool/config.guess ${worksrcpath}/config.guess file copy -force /usr/share/libtool/config.sub ${worksrcpath}/config.sub } pre-build { cd ${worksrcpath}/../libipsec system "bsdmake OPSYS=FreeBSD" } platform darwin 7 { configure.env-append CFLAGS="-DBIND_8_COMPAT=1" }