aboutsummaryrefslogtreecommitdiff
path: root/textproc/liblinebreak/Makefile
blob: ddcecd1262afd961f53a04f40b5d5060da05a1ac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# New ports collection makefile for:	liblinebreak
# Date created:		2009-01-24
# Whom:			Yuri Pankov <yuri.pankov@gmail.com>
#
# $FreeBSD$
#

PORTNAME=	liblinebreak
PORTVERSION=	2.0
CATEGORIES=	textproc
MASTER_SITES=	SF/vimgadgets/${PORTNAME}/${PORTVERSION}

MAINTAINER=	fluffy@FreeBSD.org
COMMENT=	Implementation of the line breaking algorithm for Unicode

GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes

.include <bsd.port.mk>