Ticket #1518: Portfile

File Portfile, 913 bytes (added by julien.touche@…, 20 years ago)

new portfile

Line 
1# $Id: $
2PortSystem        1.0
3name              prelude-piwi
4version           0.8
5distname          piwi-0-8-20040217
6categories        security
7maintainers       darwinports@opendarwin.org
8description       Prelude Network Intrusion Detection System PIWI
9long_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
13homepage          http://www.prelude-ids.org
14master_sites      http://www.prelude-ids.org/download/snapshots/
15platforms         darwin
16checksums         md5 94ca2a3e816d42fd5e194fb2fc6ff41e
17
18#set worksrcpath ${workpath}/piwi
19set worksrcdir piwi
20set cgi_path "${destroot}/${prefix}/www/cgi-bin/prelude"
21
22configure { }
23
24build { }
25
26destroot {
27        file mkdir ${cgi_path}
28        system "cp -Rp ${worksrcpath} ${cgi_path}"
29}