Liblinebreak is an implementation of the line breaking algorithm as described in Unicode 5.1.0 Standard Annex 14, Revision 22. It breaks lines that contain Unicode characters. It is designed to be used in a generic text renderer. FBReader is one real-world example. WWW: http://vimgadgets.sourceforge.net/liblinebreak/ PR: ports/130949 Submitted by: Yuri Pankov <yuri.pankov at gmail.com>
20 lines
414 B
Makefile
20 lines
414 B
Makefile
# New ports collection makefile for: liblinebreak
|
|
# Date created: 2009-01-24
|
|
# Whom: Yuri Pankov <yuri.pankov@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= liblinebreak
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= SF
|
|
MASTER_SITE_SUBDIR= vimgadgets
|
|
|
|
MAINTAINER= yuri.pankov@gmail.com
|
|
COMMENT= Implementation of the line breaking algorithm for Unicode
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|