Lines 2-29
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= m17n-lib |
4 |
PORTNAME= m17n-lib |
5 |
PORTVERSION= 1.6.3 |
5 |
PORTVERSION= 1.6.4 |
6 |
PORTREVISION= 1 |
|
|
7 |
CATEGORIES= devel |
6 |
CATEGORIES= devel |
8 |
MASTER_SITES= http://www.m17n.org/m17n-lib-download/ \ |
7 |
MASTER_SITES= ${MASTER_SITE_SAVANNAH} |
9 |
http://anthesphoria.net/FreeBSD/ports/distfiles/ |
8 |
MASTER_SITE_SUBDIR= m17n |
10 |
|
9 |
|
11 |
MAINTAINER= nikola.lecic@anthesphoria.net |
10 |
MAINTAINER= nikola.lecic@anthesphoria.net |
12 |
COMMENT= Library for the multilingual text handling |
11 |
COMMENT= Library for the multilingual text handling |
13 |
|
12 |
|
14 |
BUILD_DEPENDS= bison:${PORTSDIR}/devel/bison \ |
13 |
BUILD_DEPENDS= bison:${PORTSDIR}/devel/bison \ |
15 |
m17n-db>=1.6.2:${PORTSDIR}/devel/m17n-db |
14 |
m17n-db>=1.6.4:${PORTSDIR}/devel/m17n-db |
16 |
LIB_DEPENDS= fontconfig:${PORTSDIR}/x11-fonts/fontconfig \ |
15 |
LIB_DEPENDS= fontconfig:${PORTSDIR}/x11-fonts/fontconfig \ |
17 |
freetype:${PORTSDIR}/print/freetype2 \ |
16 |
freetype:${PORTSDIR}/print/freetype2 \ |
18 |
fribidi:${PORTSDIR}/converters/fribidi \ |
17 |
fribidi:${PORTSDIR}/converters/fribidi \ |
19 |
gd:${PORTSDIR}/graphics/gd \ |
18 |
gd:${PORTSDIR}/graphics/gd \ |
20 |
otf:${PORTSDIR}/print/libotf |
19 |
otf:${PORTSDIR}/print/libotf |
21 |
RUN_DEPENDS= m17n-db>=1.6.2:${PORTSDIR}/devel/m17n-db |
20 |
RUN_DEPENDS= m17n-db>=1.6.4:${PORTSDIR}/devel/m17n-db |
22 |
|
21 |
|
23 |
MAKE_JOBS_UNSAFE= yes |
22 |
MAKE_JOBS_UNSAFE= yes |
24 |
|
23 |
|
25 |
USE_XORG= ice sm x11 xaw xft xt |
24 |
USE_XORG= ice sm x11 xaw xft xt |
26 |
USE_GNOME= libxml2 pkgconfig |
25 |
USE_PKGCONFIG= yes |
|
|
26 |
USE_GNOME= libxml2 |
27 |
USE_AUTOTOOLS= autoconf libtool |
27 |
USE_AUTOTOOLS= autoconf libtool |
28 |
USE_LDCONFIG= yes |
28 |
USE_LDCONFIG= yes |
29 |
|
29 |
|