Portfile

# $Id: Portfile 20462 2006-11-03 15:15:45Z blair@macports.org $

PortSystem 1.0
name libprelude
version 0.9.7.2
categories security
maintainers julien.touche@touche.fr.st

description Prelude Network Intrusion Detection System framework library

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
}