Lines 18-24
Link Here
|
18 |
BUILD_DEPENDS= ${RUN_DEPENDS} |
18 |
BUILD_DEPENDS= ${RUN_DEPENDS} |
19 |
RUN_DEPENDS= scim:textproc/scim |
19 |
RUN_DEPENDS= scim:textproc/scim |
20 |
|
20 |
|
21 |
USES= tar:bzip2 gmake libtool:keepla pkgconfig |
21 |
USES= compiler:c++11-lang tar:bzip2 gmake libtool:keepla pkgconfig \ |
|
|
22 |
localbase:ldflags |
22 |
GNU_CONFIGURE= yes |
23 |
GNU_CONFIGURE= yes |
23 |
INSTALL_TARGET= install-strip |
24 |
INSTALL_TARGET= install-strip |
24 |
MAKE_JOBS_UNSAFE= yes |
25 |
MAKE_JOBS_UNSAFE= yes |
Lines 27-34
Link Here
|
27 |
|
28 |
|
28 |
CONFIGURE_ENV+= SCIM_DATADIR=${PREFIX}/share/scim \ |
29 |
CONFIGURE_ENV+= SCIM_DATADIR=${PREFIX}/share/scim \ |
29 |
SCIM_ICONDIR=${PREFIX}/share/scim/icons |
30 |
SCIM_ICONDIR=${PREFIX}/share/scim/icons |
30 |
CPPFLAGS+= -I${LOCALBASE}/include |
31 |
LDFLAGS+= -lintl |
31 |
LDFLAGS+= -L${LOCALBASE}/lib -lintl |
|
|
32 |
|
32 |
|
33 |
SUB_FILES= pkg-message |
33 |
SUB_FILES= pkg-message |
34 |
|
34 |
|