mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
21 lines
402 B
Makefile
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
|
|
|