# $Id: Portfile,v 1.1 2004/02/17 07:45:22 blb Exp $ PortSystem 1.0 name prelude-nids version 0.8.6 categories security maintainers julien.touche@touche.fr.st description Prelude Network Intrusion Detection System sensor long_description Prelude is a new innovative hybrid Intrusion Detection system designed \ to be very modular, distributed, rock solid and fast. \ \ The Prelude Network Intrusion Detection System is a sensor, that may \ be installed on the same machine as the manager or not, which watches \ network traffic and looks for familiar patterns. This is functionally \ equivalent to (Snort (http://www.snort.org). homepage http://www.prelude-ids.org master_sites http://www.prelude-ids.org/download/releases/ platforms darwin checksums md5 5be38d1cd8085c6a5555b4975ab81345 build.type gnu configure.args --mandir=${prefix}/share/man \ --with-html-dir=${prefix}/share/doc depends_lib lib:libprelude:libprelude patchfiles patch-src-include-packet_h post-destroot { file mkdir ${destroot}/${prefix}/etc/prelude-sensors/plaintext system "touch ${destroot}/${prefix}/etc/prelude-sensors/plaintext/.turd" file mkdir ${destroot}/${prefix}/var/spool/prelude-sensors system "touch ${destroot}/${prefix}/var/spool/prelude-sensors/.turd" }