# $Id: Portfile,v 1.9 2003/03/03 07:09:33 mij Exp $ PortSystem 1.0 name libnids version 1.17rc1 revision 1 categories net maintainers jpm@opendarwin.org description E-component of Network Intrusion Detection System long_description \ Libnids is an implementation of an E-component of Network Intrusion \ Detection System. It emulates the IP stack of Linux 2.0.x. Libnids \ offers IP defragmentation, TCP stream assembly and TCP port scan \ detection. homepage http://www.packetfactory.net/projects/libnids/ platforms darwin master_sites http://www.packetfactory.net/projects/libnids/dist/ checksums md5 4b34c7cea654402476452d0715c30d36 depends_lib lib:libnet:libnet worksrcdir ${portname}-1.17 patchfiles Makefile.in.diff post-patch { reinplace "s|@install_prefix@|${destroot}|g" "${worksrcpath}/src/Makefile.in" } post-install { system "ranlib ${destroot}${prefix}/lib/libnids.a" }