533e3b77cc
PR: 214384 Exp-run by: antoine Approved by: office (bapt) The ParagraphLayout object will analyze the text into runs of text in the same font, script and direction, and will create a LayoutEngine object for each run. The LayoutEngine will transform the characters into glyph codes in visual order. Clients can use this to break a paragraph into lines, and to display the glyphs in each line. http://site.icu-project.org/
20 lines
399 B
Makefile
20 lines
399 B
Makefile
# $FreeBSD$
|
|
|
|
PORTEPOCH= 0 # don't bump
|
|
CATEGORIES?= devel print
|
|
PKGNAMESUFFIX= -lx
|
|
|
|
COMMENT= ICU Paragraph Layout API
|
|
|
|
LIB_DEPENDS= libicuuc.so:devel/icu \
|
|
libicu-le-hb.so:devel/icu-le-hb
|
|
|
|
MASTERDIR= ${.CURDIR}/../icu
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
|
|
USES= pkgconfig
|
|
CONFIGURE_ARGS= --enable-layoutex
|
|
INSTALL_WRKSRC= ${WRKSRC}/layoutex
|
|
|
|
.include "${MASTERDIR}/Makefile"
|