# $Id: Portfile 57538 2009-09-12 17:54:30Z macsforever2000@macports.org $

PortSystem 1.0
name             libnids
version          1.23
revision         2
categories       net
maintainers      nomaintainer
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://libnids.sourceforge.net/
platforms        darwin

master_sites     sourceforge
checksums        md5     af35e8ef403a0ca95df2da94db856428 \
                 sha1    105bff0d0d35ab95ec90cce98cfb409f64ed44b4 \
                 rmd160  38994ad04f688291315bfcde38d8795e7a4c4226

depends_lib      port:libpcap port:libnet11

configure.args   --mandir=${prefix}/share/man --disable-libglib

destroot.destdir install_prefix=${destroot}
