# $Id: Portfile,v 1.1 2004/02/17 07:26:13 blb Exp $
PortSystem        1.0
name              libprelude
version           0.8.10
categories        security
maintainers       julien.touche@touche.fr.st
description       Prelude Network Intrusion Detection System librairies
long_description  Prelude is a new innovative hybrid Intrusion Detection system designed \
                  to be very modular, distributed, rock solid and fast. \
		  \
		  This library provides a number of features to sensors, including \
		  communication with the manager.
homepage          http://www.prelude-ids.org
master_sites      http://www.prelude-ids.org/download/releases/
platforms         darwin
build.type        gnu
checksums         md5 68171b170d1f8ad7e38f949391e6b227
configure.args    --mandir=${prefix}/share/man \
                  --with-html-dir=${prefix}/share/doc \
		  --enable-openssl \
		  --localstatedir=${prefix}/var

