# $Id: Portfile,v 1.4 2006/04/08 20:40:49 markd Exp $ PortSystem 1.0 name libprelude version 0.9.7.2 categories security maintainers julien.touche@touche.fr.st description Framework library for Prelude NIDS long_description Prelude is an Hybrid IDS framework that relies on the IDMEF (Intrusion \ Detection Message Exchange Format) IETF standard. It enables security \ sensors such as Snort, honeyd, Nessus Vulnerability Scanner, Samhain, \ over 30 types of system logs, and many others to verify an attack \ by performing automatic correlation between events. homepage http://www.prelude-ids.org/ master_sites http://www.prelude-ids.org/download/releases/ platforms darwin build.type gnu checksums md5 03be67cb83d8b6a3fe265222805a9c50 depends_lib port:gettext port:gnutls port:libgcrypt port:libgpg-error \ port:libiconv port:libtasn1 port:zlib configure.args --mandir=${prefix}/share/man \ --with-html-dir=${prefix}/share/doc \ --enable-openssl \ --localstatedir=${prefix}/var platform darwin 8 { configure.env CC=/usr/bin/gcc-3.3 CPP=/usr/bin/cpp-3.3 CXX=/usr/bin/g++-3.3 }