aboutsummaryrefslogtreecommitdiff
path: root/textproc/libunibreak/Makefile
blob: 5225638696705926f32367ecc499eec0e2776bc3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: Yuri Pankov <yuri.pankov@gmail.com>
# $FreeBSD$

PORTNAME=	libunibreak
PORTVERSION=	1.1
PORTREVISION=	1
PORTEPOCH=	1
CATEGORIES=	textproc
MASTER_SITES=	SF/vimgadgets/${PORTNAME}/${PORTVERSION}

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

GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes
USES=		pathfix

.include <bsd.port.mk>