Last change
on this file was
89345,
checked in by jmr@…, 6 years ago
|
libnids: update to 1.24, set license
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
1.2 KB
|
Line | |
---|
1 | # $Id: Portfile 89345 2012-01-26 07:57:06Z jmr@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name libnids |
---|
6 | version 1.24 |
---|
7 | categories net |
---|
8 | license GPL-2 |
---|
9 | maintainers nomaintainer |
---|
10 | description E-component of Network Intrusion Detection System |
---|
11 | long_description \ |
---|
12 | Libnids is an implementation of an E-component of Network \ |
---|
13 | Intrusion Detection System. It emulates the IP stack of \ |
---|
14 | Linux 2.0.x. Libnids offers IP defragmentation, TCP stream \ |
---|
15 | assembly and TCP port scan detection. |
---|
16 | homepage http://libnids.sourceforge.net/ |
---|
17 | platforms darwin |
---|
18 | |
---|
19 | master_sites sourceforge:project/${name}/${name}/${version} |
---|
20 | checksums md5 72d37c79c85615ffe158aa524d649610 \ |
---|
21 | sha1 9a421df05cefdc4f5f7db95efc001b3c2b5249ce \ |
---|
22 | rmd160 66a1a332a70b316fd83905887dc731b5bf28d715 |
---|
23 | |
---|
24 | depends_lib port:libpcap |
---|
25 | |
---|
26 | configure.args --mandir=${prefix}/share/man --disable-libglib |
---|
27 | |
---|
28 | destroot.destdir install_prefix=${destroot} |
---|
29 | |
---|
30 | variant libnet conflicts libnet11 description {Use libnet 1.0.x} { |
---|
31 | depends_lib-append port:libnet |
---|
32 | } |
---|
33 | |
---|
34 | variant libnet11 conflicts libnet description {Use libnet 1.1.x} { |
---|
35 | depends_lib-append port:libnet11 |
---|
36 | } |
---|
37 | |
---|
38 | if {![variant_isset libnet]} { |
---|
39 | default_variants +libnet11 |
---|
40 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.