blob: 262abf2d1584e435a2a2f523a23f8e5e5256e570 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Created by: Yuri Pankov <yuri.pankov@gmail.com>
# $FreeBSD$
PORTNAME= libunibreak
PORTVERSION= 1.1
PORTREVISION= 3
PORTEPOCH= 1
CATEGORIES= textproc
MASTER_SITES= SF/vimgadgets/${PORTNAME}/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Implementation of the line and word breaking algorithm for Unicode
LICENSE= ZLIB
LICENSE_FILE= ${WRKSRC}/LICENCE
USES= libtool pathfix
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
.include <bsd.port.mk>
|