mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
93adb17a35
PR: 142363 Submitted by: Yuri Pankov Approved by: miwi, tabthorpe (mentors implicit)
20 lines
418 B
Makefile
20 lines
418 B
Makefile
# New ports collection makefile for: liblinebreak
|
|
# Date created: 2009-01-24
|
|
# Whom: Yuri Pankov <yuri.pankov@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= liblinebreak
|
|
PORTVERSION= 2.0
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= SF/vimgadgets/${PORTNAME}/${PORTVERSION}
|
|
|
|
MAINTAINER= fluffy@FreeBSD.org
|
|
COMMENT= Implementation of the line breaking algorithm for Unicode
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|