18 lines
390 B
Makefile
18 lines
390 B
Makefile
# Created by: Yuri Pankov <yuri.pankov@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libunibreak
|
|
PORTVERSION= 1.0
|
|
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
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|