Lines 8-15
Link Here
|
8 |
|
8 |
|
9 |
COMMENT= GeoIP module for lighttpd |
9 |
COMMENT= GeoIP module for lighttpd |
10 |
|
10 |
|
11 |
BROKEN= incompatibility with new Lighttpd API |
|
|
12 |
|
13 |
LIB_DEPENDS= libGeoIP.so:${PORTSDIR}/net/GeoIP |
11 |
LIB_DEPENDS= libGeoIP.so:${PORTSDIR}/net/GeoIP |
14 |
BUILD_DEPENDS= ${LOCALBASE}/sbin/lighttpd:${PORTSDIR}/www/lighttpd |
12 |
BUILD_DEPENDS= ${LOCALBASE}/sbin/lighttpd:${PORTSDIR}/www/lighttpd |
15 |
RUN_DEPENDS= ${LOCALBASE}/sbin/lighttpd:${PORTSDIR}/www/lighttpd |
13 |
RUN_DEPENDS= ${LOCALBASE}/sbin/lighttpd:${PORTSDIR}/www/lighttpd |
Lines 18-25
Link Here
|
18 |
DESCR= ${.CURDIR}/pkg-descr |
16 |
DESCR= ${.CURDIR}/pkg-descr |
19 |
PLIST= ${.CURDIR}/pkg-plist |
17 |
PLIST= ${.CURDIR}/pkg-plist |
20 |
|
18 |
|
21 |
PATCH_SITES+= LOCAL/mm |
19 |
PATCH_SITES+= https://raw.githubusercontent.com/pkubaj/lighttpd-mod_geoip/master/ |
22 |
PATCHFILES+= lighttpd-1.4.26_mod_geoip.patch.gz |
20 |
PATCHFILES+= lighttpd-1.4.26_mod_geoip.patch |
23 |
|
21 |
|
24 |
BUILD_WRKSRC= ${WRKSRC}/src |
22 |
BUILD_WRKSRC= ${WRKSRC}/src |
25 |
ALL_TARGET= ${PORTNAME}.la |
23 |
ALL_TARGET= ${PORTNAME}.la |