Lines 22-27
GH_ACCOUNT= tstack
Link Here
|
22 |
GNU_CONFIGURE= yes |
22 |
GNU_CONFIGURE= yes |
23 |
USES= autoreconf execinfo gmake ncurses python readline |
23 |
USES= autoreconf execinfo gmake ncurses python readline |
24 |
|
24 |
|
|
|
25 |
OPTIONS_DEFINE= ICU |
26 |
|
25 |
PLIST_FILES= bin/lnav man/man1/lnav.1.gz |
27 |
PLIST_FILES= bin/lnav man/man1/lnav.1.gz |
26 |
|
28 |
|
|
|
29 |
ICU_BUILD_DEPENDS= ${LOCALBASE}/bin/icu-config:devel/icu |
30 |
ICU_LIB_DEPENDS= libicudata.so:devel/icu |
31 |
ICU_CPPFLAGS= `${LOCALBASE}/bin/icu-config --cppflags` |
32 |
ICU_LDFLAGS= `${LOCALBASE}/bin/icu-config --ldflags` |
33 |
|
27 |
.include <bsd.port.mk> |
34 |
.include <bsd.port.mk> |