1 | # $Id: $ |
---|
2 | PortSystem 1.0 |
---|
3 | name prelude-piwi |
---|
4 | version 0.8 |
---|
5 | distname piwi-0-8-20040217 |
---|
6 | categories security |
---|
7 | maintainers darwinports@opendarwin.org |
---|
8 | description Prelude Network Intrusion Detection System PIWI |
---|
9 | long_description Prelude is a new innovative hybrid Intrusion Detection system designed \ |
---|
10 | to be very modular, distributed, rock solid and fast. \ |
---|
11 | \ |
---|
12 | P(erl|relude) IDS Web Interface - A frontend to your Prelude database |
---|
13 | homepage http://www.prelude-ids.org |
---|
14 | master_sites http://www.prelude-ids.org/download/snapshots/ |
---|
15 | platforms darwin |
---|
16 | checksums md5 94ca2a3e816d42fd5e194fb2fc6ff41e |
---|
17 | |
---|
18 | #set worksrcpath ${workpath}/piwi |
---|
19 | set worksrcdir piwi |
---|
20 | set cgi_path "${destroot}/${prefix}/www/cgi-bin/prelude" |
---|
21 | |
---|
22 | configure { } |
---|
23 | |
---|
24 | build { } |
---|
25 | |
---|
26 | destroot { |
---|
27 | file mkdir ${cgi_path} |
---|
28 | system "cp -Rp ${worksrcpath} ${cgi_path}" |
---|
29 | } |
---|