# $Id: Portfile,v 1.3 2003/08/28 20:22:54 olegb Exp $ PortSystem 1.0 name hping2 version rc2 categories net maintainers olegb@opendarwin.org 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" }