freebsd-ports/textproc/liblinebreak/Makefile

20 lines
421 B
Makefile
Raw Normal View History

# New ports collection makefile for: liblinebreak
# Date created: 2009-01-24
# Whom: Yuri Pankov <yuri.pankov@gmail.com>
#
# $FreeBSD$
#
PORTNAME= liblinebreak
PORTVERSION= 1.2
CATEGORIES= textproc
MASTER_SITES= SF/vimgadgets/${PORTNAME}/${PORTVERSION}
MAINTAINER= yuri.pankov@gmail.com
COMMENT= Implementation of the line breaking algorithm for Unicode
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
.include <bsd.port.mk>