# $Id: Portfile,v 1.17 2005/04/21 15:57:56 jberry Exp $

PortSystem 1.0
name             libnids
version          1.20
categories       net
maintainers      toby@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://libnids.sourceforge.net/
platforms        darwin

master_sites     sourceforge
checksums        md5 a36cbd45cbada12420ecc8f82a7e0852

depends_lib      port:libpcap port:libnet

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

destroot.destdir install_prefix=${destroot}
