Lines 65-72
LIBSSH_DESC= Enable libssh support (req by cisco/ssh/wifidump)
Link Here
|
65 |
MAXMIND_DESC= Enable MaxMindDB-based GeoIP geolocation support |
65 |
MAXMIND_DESC= Enable MaxMindDB-based GeoIP geolocation support |
66 |
RTP_DESC= Enable codec support for RTP streams (implies GUI) |
66 |
RTP_DESC= Enable codec support for RTP streams (implies GUI) |
67 |
|
67 |
|
68 |
ANDROIDDUMP_CMAKE_ON=-DBUILD_androiddump=ON |
68 |
ANDROIDDUMP_CMAKE_BOOL= BUILD_androiddump |
69 |
ANDROIDDUMP_CMAKE_OFF=-DBUILD_androiddump=OFF |
|
|
70 |
|
69 |
|
71 |
DOCS_IMPLIES= MANPAGES |
70 |
DOCS_IMPLIES= MANPAGES |
72 |
|
71 |
|
Lines 116-127
IGNORE= cannot build with base Kerberos if krb5 port is installed. \
Link Here
|
116 |
Use ``make config'' to choose a different option |
115 |
Use ``make config'' to choose a different option |
117 |
.endif |
116 |
.endif |
118 |
|
117 |
|
119 |
.if ${PORT_OPTIONS:MANDROIDDUMP} |
|
|
120 |
PLIST_SUB+= ANDROIDDUMP="" |
121 |
.else |
122 |
PLIST_SUB+= ANDROIDDUMP="@comment " |
123 |
.endif |
124 |
|
125 |
post-patch: |
118 |
post-patch: |
126 |
@${REINPLACE_CMD} -e 's|/usr/share/applications|${DESKTOPDIR}|g ; \ |
119 |
@${REINPLACE_CMD} -e 's|/usr/share/applications|${DESKTOPDIR}|g ; \ |
127 |
s|/usr/share|${LOCALBASE}/share|g' \ |
120 |
s|/usr/share|${LOCALBASE}/share|g' \ |