Lines 61-71
Link Here
|
61 |
|
61 |
|
62 |
OPTIONS_DEFINE= GUI RTP SNMP MAXMIND LUA DECRYPT ANDROIDDUMP CARES SSHDUMP CISCODUMP |
62 |
OPTIONS_DEFINE= GUI RTP SNMP MAXMIND LUA DECRYPT ANDROIDDUMP CARES SSHDUMP CISCODUMP |
63 |
|
63 |
|
64 |
OPTIONS_SINGLE= KERBEROS |
64 |
OPTIONS_SINGLE= GSSAPI |
65 |
|
65 |
|
66 |
OPTIONS_SINGLE_KERBEROS=KRB_BASE KRB_HEIMDAL KRB_MIT KRB_NONE |
66 |
OPTIONS_SINGLE_GSSAPI=GSSAPI_BASE GSSAPI_HEIMDAL GSSAPI_MIT GSSAPI_NONE |
67 |
|
67 |
|
68 |
OPTIONS_DEFAULT?= GUI SNMP MAXMIND KRB_BASE DECRYPT |
68 |
OPTIONS_DEFAULT?= GUI SNMP MAXMIND GSSAPI_BASE DECRYPT |
69 |
|
69 |
|
70 |
GUI_DESC= Enable Qt 5 based Wireshark GUI |
70 |
GUI_DESC= Enable Qt 5 based Wireshark GUI |
71 |
RTP_DESC= Enable support for playing back RTP streams |
71 |
RTP_DESC= Enable support for playing back RTP streams |
Lines 73-83
Link Here
|
73 |
ANDROIDDUMP_DESC= Build androiddump extcap tool |
73 |
ANDROIDDUMP_DESC= Build androiddump extcap tool |
74 |
MAXMIND_DESC= Enable MaxMindDB-based GeoIP geolocation support |
74 |
MAXMIND_DESC= Enable MaxMindDB-based GeoIP geolocation support |
75 |
CARES_DESC= Enable support for asynchronous DNS via c-ares |
75 |
CARES_DESC= Enable support for asynchronous DNS via c-ares |
76 |
KERBEROS_DESC= Kerberos dissection support |
76 |
GSSAPI_DESC= Kerberos dissection support |
77 |
KRB_BASE_DESC= Kerberos support via base system |
77 |
GSSAPI_BASE_DESC= Kerberos support via base system |
78 |
KRB_HEIMDAL_DESC= Kerberos support via security/heimdal |
78 |
GSSAPI_HEIMDAL_DESC= Kerberos support via security/heimdal |
79 |
KRB_MIT_DESC= Kerberos support via security/krb5 |
79 |
GSSAPI_MIT_DESC= Kerberos support via security/krb5 |
80 |
KRB_NONE_DESC= Disable Kerberos support |
80 |
GSSAPI_NONE_DESC= Disable Kerberos support |
81 |
SSHDUMP_DESC= Build sshdump extcap tool |
81 |
SSHDUMP_DESC= Build sshdump extcap tool |
82 |
CISCODUMP_DESC= Build ciscodump extcap tool |
82 |
CISCODUMP_DESC= Build ciscodump extcap tool |
83 |
|
83 |
|
Lines 85-93
Link Here
|
85 |
GUI_USE= qt=core,gui,multimedia,widgets,printsupport,svg,buildtools_build,linguisttools_build,qmake_build |
85 |
GUI_USE= qt=core,gui,multimedia,widgets,printsupport,svg,buildtools_build,linguisttools_build,qmake_build |
86 |
|
86 |
|
87 |
LUA_USES= lua:5[1-2] |
87 |
LUA_USES= lua:5[1-2] |
88 |
KRB_BASE_USES= gssapi |
88 |
GSSAPI_BASE_USES= gssapi |
89 |
KRB_HEIMDAL_USES= gssapi:heimdal |
89 |
GSSAPI_HEIMDAL_USES= gssapi:heimdal |
90 |
KRB_MIT_USES= gssapi:mit |
90 |
GSSAPI_MIT_USES= gssapi:mit |
91 |
|
91 |
|
92 |
RTP_LIB_DEPENDS= libspandsp.so:comms/spandsp |
92 |
RTP_LIB_DEPENDS= libspandsp.so:comms/spandsp |
93 |
RTP_CPPFLAGS= -I${LOCALBASE}/include |
93 |
RTP_CPPFLAGS= -I${LOCALBASE}/include |
Lines 99-107
Link Here
|
99 |
SSHDUMP_LIB_DEPENDS= libssh.so:security/libssh |
99 |
SSHDUMP_LIB_DEPENDS= libssh.so:security/libssh |
100 |
CISCODUMP_LIB_DEPENDS= libssh.so:security/libssh |
100 |
CISCODUMP_LIB_DEPENDS= libssh.so:security/libssh |
101 |
|
101 |
|
102 |
KRB_NONE_CMAKE_ON= -DENABLE_KERBEROS=OFF |
102 |
GSSAPI_NONE_CMAKE_ON= -DENABLE_KERBEROS=OFF |
103 |
KRB_NONE_CMAKE_OFF= -DENABLE_KERBEROS=ON |
103 |
GSSAPI_NONE_CMAKE_OFF= -DENABLE_KERBEROS=ON |
104 |
KRB_NONE_CONFIGURE_ENV_OFF= KRB5_CONFIG=${KRB5CONFIG} |
104 |
GSSAPI_NONE_CONFIGURE_ENV_OFF= KRB5_CONFIG=${KRB5CONFIG} |
105 |
|
105 |
|
106 |
LUA_CMAKE_ON= -DENABLE_LUA=ON |
106 |
LUA_CMAKE_ON= -DENABLE_LUA=ON |
107 |
LUA_CMAKE_OFF= -DENABLE_LUA=OFF |
107 |
LUA_CMAKE_OFF= -DENABLE_LUA=OFF |
Lines 180-186
Link Here
|
180 |
.endif |
180 |
.endif |
181 |
.endif |
181 |
.endif |
182 |
|
182 |
|
183 |
.if ${PORT_OPTIONS:MKRB_BASE} && exists(${LOCALBASE}/include/krb5.h) |
183 |
.if ${PORT_OPTIONS:MGSSAPI_BASE} && exists(${LOCALBASE}/include/krb5.h) |
184 |
IGNORE= cannot build with base Kerberos if krb5 port is installed. \ |
184 |
IGNORE= cannot build with base Kerberos if krb5 port is installed. \ |
185 |
Use ``make config'' to choose a different option |
185 |
Use ``make config'' to choose a different option |
186 |
.endif |
186 |
.endif |