# $Id: Portfile,v 1.1 2004/02/23 00:12:02 blb Exp $ PortSystem 1.0 name prelude-piwi version 0.8 distname piwi-0-8-20040217 categories security maintainers darwinports@opendarwin.org description Prelude Network Intrusion Detection System PIWI long_description Prelude is a new innovative hybrid Intrusion Detection system designed \ to be very modular, distributed, rock solid and fast. \ \ P(erl|relude) IDS Web Interface - A frontend to your Prelude database homepage http://www.prelude-ids.org master_sites http://www.prelude-ids.org/download/snapshots/ platforms darwin checksums md5 94ca2a3e816d42fd5e194fb2fc6ff41e #set worksrcpath ${workpath}/piwi set worksrcdir piwi set cgi_path "${destroot}/${prefix}/www/cgi-bin/prelude" configure { } build { } destroot { file mkdir ${cgi_path} system "cp -Rp ${worksrcpath} ${cgi_path}" }