Lines 2-8
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= suricata |
4 |
PORTNAME= suricata |
5 |
PORTVERSION= 3.2.1 |
5 |
PORTVERSION= 3.2.2 |
6 |
CATEGORIES= security |
6 |
CATEGORIES= security |
7 |
MASTER_SITES= http://www.openinfosecfoundation.org/download/ |
7 |
MASTER_SITES= http://www.openinfosecfoundation.org/download/ |
8 |
|
8 |
|
Lines 14-23
LICENSE_FILE= ${WRKSRC}/LICENSE
Link Here
|
14 |
|
14 |
|
15 |
LIB_DEPENDS= libpcre.so:devel/pcre \ |
15 |
LIB_DEPENDS= libpcre.so:devel/pcre \ |
16 |
libnet.so:net/libnet \ |
16 |
libnet.so:net/libnet \ |
17 |
libgnutls.so:security/gnutls \ |
|
|
18 |
libgcrypt.so:security/libgcrypt \ |
19 |
libgpg-error.so:security/libgpg-error \ |
20 |
libltdl.so:devel/libltdl \ |
21 |
libyaml.so:textproc/libyaml |
17 |
libyaml.so:textproc/libyaml |
22 |
|
18 |
|
23 |
USES= autoreconf cpe gmake libtool pathfix pkgconfig |
19 |
USES= autoreconf cpe gmake libtool pathfix pkgconfig |
Lines 58-64
TESTS_DESC= Unit tests in suricata binary
Link Here
|
58 |
GEOIP_LIB_DEPENDS= libGeoIP.so:net/GeoIP |
54 |
GEOIP_LIB_DEPENDS= libGeoIP.so:net/GeoIP |
59 |
GEOIP_CONFIGURE_ON= --enable-geoip |
55 |
GEOIP_CONFIGURE_ON= --enable-geoip |
60 |
|
56 |
|
61 |
HTP_PORT_BUILD_DEPENDS= libhtp>=0.5.20:devel/libhtp |
57 |
HTP_PORT_BUILD_DEPENDS= libhtp>=0.5.24:devel/libhtp |
62 |
HTP_PORT_LIB_DEPENDS= libhtp.so:devel/libhtp |
58 |
HTP_PORT_LIB_DEPENDS= libhtp.so:devel/libhtp |
63 |
HTP_PORT_CONFIGURE_ON= --enable-non-bundled-htp |
59 |
HTP_PORT_CONFIGURE_ON= --enable-non-bundled-htp |
64 |
HTP_PORT_CONFIGURE_OFF= --enable-bundled-htp |
60 |
HTP_PORT_CONFIGURE_OFF= --enable-bundled-htp |
Lines 98-104
PORTS_PCAP_CONFIGURE_ON= --with-libpcap-includes=${LOCALBASE}/include \
Link Here
|
98 |
PORTS_PCAP_CONFIGURE_OFF= --with-libpcap-includes=/usr/include \ |
94 |
PORTS_PCAP_CONFIGURE_OFF= --with-libpcap-includes=/usr/include \ |
99 |
--with-libpcap-libraries=/usr/lib |
95 |
--with-libpcap-libraries=/usr/lib |
100 |
|
96 |
|
101 |
PRELUDE_LIB_DEPENDS= libprelude.so:security/libprelude |
97 |
PRELUDE_LIB_DEPENDS= libprelude.so:security/libprelude \ |
|
|
98 |
libgnutls.so:security/gnutls \ |
99 |
libgcrypt.so:security/libgcrypt \ |
100 |
libgpg-error.so:security/libgpg-error \ |
101 |
libltdl.so:devel/libltdl |
102 |
PRELUDE_CONFIGURE_ENABLE= prelude |
102 |
PRELUDE_CONFIGURE_ENABLE= prelude |
103 |
PRELUDE_CONFIGURE_ON= --with-libprelude-prefix=${LOCALBASE} |
103 |
PRELUDE_CONFIGURE_ON= --with-libprelude-prefix=${LOCALBASE} |
104 |
|
104 |
|