Lines 6-12
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= m17n-lib |
8 |
PORTNAME= m17n-lib |
9 |
PORTVERSION= 1.0.2 |
9 |
PORTVERSION= 1.1.0 |
10 |
CATEGORIES= devel |
10 |
CATEGORIES= devel |
11 |
MASTER_SITES= http://www.m17n.org/m17n-lib/download/ |
11 |
MASTER_SITES= http://www.m17n.org/m17n-lib/download/ |
12 |
|
12 |
|
Lines 14-31
Link Here
|
14 |
COMMENT= A library for the multilingual text handling |
14 |
COMMENT= A library for the multilingual text handling |
15 |
|
15 |
|
16 |
LIB_DEPENDS= fribidi.0:${PORTSDIR}/converters/fribidi \ |
16 |
LIB_DEPENDS= fribidi.0:${PORTSDIR}/converters/fribidi \ |
17 |
otf.0:${PORTSDIR}/print/libotf |
17 |
otf.0:${PORTSDIR}/print/libotf \ |
|
|
18 |
Xft.2:${PORTSDIR}/x11-fonts/libXft \ |
19 |
gd.4:${PORTSDIR}/graphics/gd |
18 |
BUILD_DEPENDS= ${LOCALBASE}/share/m17n/mdb.dir:${PORTSDIR}/devel/m17n-db |
20 |
BUILD_DEPENDS= ${LOCALBASE}/share/m17n/mdb.dir:${PORTSDIR}/devel/m17n-db |
19 |
RUN_DEPENDS= ${LOCALBASE}/share/m17n/mdb.dir:${PORTSDIR}/devel/m17n-db |
21 |
RUN_DEPENDS= ${LOCALBASE}/share/m17n/mdb.dir:${PORTSDIR}/devel/m17n-db |
20 |
|
22 |
|
21 |
USE_REINPLACE= yes |
23 |
USE_REINPLACE= yes |
22 |
USE_XLIB= yes |
24 |
USE_XLIB= yes |
23 |
USE_GNOME= libxml2 |
25 |
USE_GNOME= libxml2 |
24 |
USE_INC_LIBTOOL_VER= 15 |
26 |
USE_LIBTOOL_VER= 15 |
25 |
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ |
27 |
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" |
26 |
LDFLAGS="-L${LOCALBASE}/lib" |
|
|
27 |
USE_GMAKE= yes |
28 |
MAKE_ARGS= libm17n_la_LDFLAGS= |
29 |
INSTALLS_SHLIB= yes |
28 |
INSTALLS_SHLIB= yes |
30 |
|
29 |
|
31 |
OPTIONS= ANTHY "With Anthy support" off \ |
30 |
OPTIONS= ANTHY "With Anthy support" off \ |
Lines 47-53
Link Here
|
47 |
.endif |
46 |
.endif |
48 |
|
47 |
|
49 |
post-patch: |
48 |
post-patch: |
50 |
${REINPLACE_CMD} -e 's|/usr/include/libxml2|${LOCALBASE}/include/libxml2|' \ |
49 |
${REINPLACE_CMD} -e 's/-ldl//' ${WRKSRC}/*/Makefile.in |
51 |
${WRKSRC}/configure |
|
|
52 |
|
50 |
|
53 |
.include <bsd.port.post.mk> |
51 |
.include <bsd.port.post.mk> |