Files
bsdports/text/liblinebreak/Makefile
2019-12-26 07:26:06 +00:00

21 lines
402 B
Makefile

#
# $Id$
#
PORTNAME= liblinebreak
PORTVERSION= 2.0
CATEGORIES= textproc
MASTER_SITES= SF/vimgadgets/${PORTNAME}/${PORTVERSION}
MAINTAINER= onborodin@gmail.com
COMMENT= Implementation of the line breaking algorithm for Unicode
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_LDCONFIG= yes
CONFIGURE_ARGS= --includedir=${PREFIX}/include/linebreak
#CONFIGURE_ARGS+= --disable-shared
.include <bsd.port.mk>
#EOF