2009-01-26 17:50:45 +01:00
|
|
|
# New ports collection makefile for: liblinebreak
|
|
|
|
# Date created: 2009-01-24
|
|
|
|
# Whom: Yuri Pankov <yuri.pankov@gmail.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= liblinebreak
|
2009-05-04 14:55:34 +02:00
|
|
|
PORTVERSION= 1.2
|
2009-01-26 17:50:45 +01:00
|
|
|
CATEGORIES= textproc
|
2009-08-22 02:37:17 +02:00
|
|
|
MASTER_SITES= SF/vimgadgets/${PORTNAME}/${PORTVERSION}
|
2009-01-26 17:50:45 +01:00
|
|
|
|
|
|
|
MAINTAINER= yuri.pankov@gmail.com
|
|
|
|
COMMENT= Implementation of the line breaking algorithm for Unicode
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|