# $Id: Portfile,v 1.2 2003/04/24 17:57:12 fkr Exp $ PortSystem 1.0 name hping2 version rc2 categories net maintainers ole_guldberg@mail.dk description a network tool long_description a network tool able to send custom packets. homepage http://www.hping.org/ platforms darwin distfiles hping2.0.0-rc2.tar.gz master_sites ${homepage} checksums md5 f9ab1f84ec89f2a1c428988231d554b0 patchfiles patch-getifname.c patch-configure patch-Makefile.in pre-configure { cd ${worksrcpath} reinplace "s|prefix|${destroot}${prefix}|g" configure } post-build { cd ${worksrcpath} system "make strip" }