Lines 28-38
DATADIR= ${PREFIX}/share/${DATADIR_NAME}
Link Here
|
28 |
|
28 |
|
29 |
GNU_CONFIGURE= yes |
29 |
GNU_CONFIGURE= yes |
30 |
USES= alias cpe gettext-runtime gmake libtool pathfix perl5 \ |
30 |
USES= alias cpe gettext-runtime gmake libtool pathfix perl5 \ |
31 |
pkgconfig python:build ssl tar:xz |
31 |
pkgconfig localbase python:build ssl tar:xz |
32 |
USE_PERL5= build |
32 |
USE_PERL5= build |
33 |
USE_GNOME= glib20 libxml2 |
33 |
USE_GNOME= glib20 libxml2 |
34 |
CONFIGURE_ARGS+= --program-transform-name="" \ |
34 |
CONFIGURE_ARGS+= --program-transform-name="" \ |
35 |
--with-ssl=${OPENSSLBASE} |
35 |
--with-ssl=${OPENSSLBASE} \ |
|
|
36 |
--with-lz4 \ |
37 |
--with-nghttp2 \ |
38 |
--with-snappy |
36 |
INSTALL_TARGET= install-strip |
39 |
INSTALL_TARGET= install-strip |
37 |
USE_LDCONFIG= yes |
40 |
USE_LDCONFIG= yes |
38 |
|
41 |
|
Lines 43-49
LIB_DEPENDS+= libgpg-error.so:security/libgpg-error \
Link Here
|
43 |
libsnappy.so:archivers/snappy |
46 |
libsnappy.so:archivers/snappy |
44 |
|
47 |
|
45 |
CFLAGS+= -funit-at-a-time |
48 |
CFLAGS+= -funit-at-a-time |
46 |
LIBS+= -L${LOCALBASE}/lib |
|
|
47 |
PLIST_SUB+= PORTVERSION=${PORTVERSION} |
49 |
PLIST_SUB+= PORTVERSION=${PORTVERSION} |
48 |
|
50 |
|
49 |
.for x in capinfos editcap mergecap rawshark text2pcap dftest randpkt \ |
51 |
.for x in capinfos editcap mergecap rawshark text2pcap dftest randpkt \ |
Lines 62-68
PLIST_SUB+= ${x:tu}=bin/$x \
Link Here
|
62 |
.endif |
64 |
.endif |
63 |
.endfor |
65 |
.endfor |
64 |
|
66 |
|
65 |
OPTIONS_DEFINE= RTP SNMP IPV6 GEOIP LUA DECRYPT ANDROIDDUMP CARES |
67 |
OPTIONS_DEFINE= RTP SNMP GEOIP LUA DECRYPT ANDROIDDUMP CARES |
66 |
|
68 |
|
67 |
OPTIONS_RADIO= GUI |
69 |
OPTIONS_RADIO= GUI |
68 |
OPTIONS_SINGLE= KERBEROS |
70 |
OPTIONS_SINGLE= KERBEROS |
Lines 93-107
KRB_MIT_USES= gssapi:mit
Link Here
|
93 |
|
95 |
|
94 |
RTP_LIB_DEPENDS= libportaudio.so:audio/portaudio \ |
96 |
RTP_LIB_DEPENDS= libportaudio.so:audio/portaudio \ |
95 |
libspandsp.so:comms/spandsp |
97 |
libspandsp.so:comms/spandsp |
96 |
RTP_CPPFLAGS= -I${LOCALBASE}/include |
|
|
97 |
SNMP_LIB_DEPENDS= libsmi.so:net-mgmt/libsmi |
98 |
SNMP_LIB_DEPENDS= libsmi.so:net-mgmt/libsmi |
98 |
CARES_LIB_DEPENDS= libcares.so:dns/c-ares |
99 |
CARES_LIB_DEPENDS= libcares.so:dns/c-ares |
99 |
GEOIP_LIB_DEPENDS= libGeoIP.so:net/GeoIP |
100 |
GEOIP_LIB_DEPENDS= libGeoIP.so:net/GeoIP |
100 |
DECRYPT_LIB_DEPENDS= libgnutls.so:security/gnutls \ |
101 |
DECRYPT_LIB_DEPENDS= libgnutls.so:security/gnutls \ |
101 |
libgcrypt.so:security/libgcrypt |
102 |
libgcrypt.so:security/libgcrypt |
102 |
|
103 |
|
103 |
IPV6_CONFIGURE_ENABLE= ipv6 |
|
|
104 |
|
105 |
KRB_NONE_CONFIGURE_ON= --without-krb5 |
104 |
KRB_NONE_CONFIGURE_ON= --without-krb5 |
106 |
KRB_NONE_CONFIGURE_OFF= --with-krb5 |
105 |
KRB_NONE_CONFIGURE_OFF= --with-krb5 |
107 |
KRB_NONE_CONFIGURE_ENV_OFF= KRB5_CONFIG=${KRB5CONFIG} |
106 |
KRB_NONE_CONFIGURE_ENV_OFF= KRB5_CONFIG=${KRB5CONFIG} |
Lines 114-120
RTP_CONFIGURE_WITH= portaudio spandsp
Link Here
|
114 |
SNMP_CONFIGURE_WITH= libsmi |
113 |
SNMP_CONFIGURE_WITH= libsmi |
115 |
CARES_CONFIGURE_WITH= c-ares |
114 |
CARES_CONFIGURE_WITH= c-ares |
116 |
GEOIP_CONFIGURE_WITH= geoip |
115 |
GEOIP_CONFIGURE_WITH= geoip |
117 |
DECRYPT_CONFIGURE_WITH= gnutls gcrypt |
116 |
DECRYPT_CONFIGURE_WITH= gnutls |
118 |
ANDROIDDUMP_CONFIGURE_ON=--enable-androiddump=yes |
117 |
ANDROIDDUMP_CONFIGURE_ON=--enable-androiddump=yes |
119 |
ANDROIDDUMP_CONFIGURE_OFF=--enable-androiddump=no |
118 |
ANDROIDDUMP_CONFIGURE_OFF=--enable-androiddump=no |
120 |
|
119 |
|