Lines 11-25
Link Here
|
11 |
|
11 |
|
12 |
LICENSE= GPLv2 |
12 |
LICENSE= GPLv2 |
13 |
|
13 |
|
14 |
LIB_DEPENDS= libGeoIP.so:net/GeoIP |
|
|
15 |
|
16 |
DEPRECATED= Uses legacy GeoIP 1 format which no longer works; switch to GeoIP 2 where possible |
17 |
EXPIRATION_DATE=2019-02-15 |
18 |
|
19 |
GNU_CONFIGURE= yes |
14 |
GNU_CONFIGURE= yes |
20 |
USES= ssl |
15 |
USES= ssl |
21 |
USE_RC_SUBR= pen |
16 |
USE_RC_SUBR= pen |
22 |
CONFIGURE_ARGS= --with-daemon --with-docdir=${DOCSDIR} --with-geoip \ |
17 |
CONFIGURE_ARGS= --with-daemon --with-docdir=${DOCSDIR} --without-geoip \ |
23 |
--with-ssl=${OPENSSLBASE} |
18 |
--with-ssl=${OPENSSLBASE} |
24 |
CPPFLAGS+= -I${LOCALBASE}/include |
19 |
CPPFLAGS+= -I${LOCALBASE}/include |
25 |
LIBS+= -L${LOCALBASE}/lib |
20 |
LIBS+= -L${LOCALBASE}/lib |