|
Lines 17-31
Link Here
|
| 17 |
LIB_DEPENDS= libboost_system.so:devel/boost-libs \ |
17 |
LIB_DEPENDS= libboost_system.so:devel/boost-libs \ |
| 18 |
libhunspell-1.3.so:textproc/hunspell |
18 |
libhunspell-1.3.so:textproc/hunspell |
| 19 |
|
19 |
|
| 20 |
USES= autoreconf compiler desktop-file-utils fam:gamin libtool pathfix \ |
20 |
USES= autoreconf compiler desktop-file-utils fam:gamin libtool \ |
| 21 |
pkgconfig shared-mime-info |
21 |
localbase pathfix pkgconfig shared-mime-info |
| 22 |
USE_WX= 2.8 |
22 |
USE_WX= 2.8 |
| 23 |
WANT_UNICODE= yes |
23 |
WANT_UNICODE= yes |
| 24 |
GNU_CONFIGURE= yes |
24 |
GNU_CONFIGURE= yes |
| 25 |
CONFIGURE_ARGS= --with-wx-config=${WX_CONFIG} --with-contrib-plugins=all \ |
25 |
CONFIGURE_ARGS= --with-wx-config=${WX_CONFIG} --with-contrib-plugins=all \ |
| 26 |
--disable-pch |
26 |
--disable-pch |
| 27 |
CPPFLAGS+= -I${LOCALBASE}/include |
|
|
| 28 |
LIBS+= -L${LOCALBASE}/lib -lboost_system |
| 29 |
PKG_CONFIG_LIBDIR= ${LOCALBASE}/libdata/pkgconfig |
27 |
PKG_CONFIG_LIBDIR= ${LOCALBASE}/libdata/pkgconfig |
| 30 |
INSTALLS_ICONS= yes |
28 |
INSTALLS_ICONS= yes |
| 31 |
INSTALL_TARGET= install-strip |
29 |
INSTALL_TARGET= install-strip |