1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/textproc/libunibreak/Makefile
Dmitry Marakasov 48ab996819 - Switch to USES=libtool, drop .la files
Approved by:	portmgr blanket
2014-06-27 22:24:16 +00:00

19 lines
400 B
Makefile

# Created by: Yuri Pankov <yuri.pankov@gmail.com>
# $FreeBSD$
PORTNAME= libunibreak
PORTVERSION= 1.1
PORTREVISION= 2
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 libtool
.include <bsd.port.mk>