1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/textproc/libunibreak/Makefile
Steve Wills a4b948f564 textproc/libunibreak: Update to 4.0
While here, assign maintainer

PR:		230539 (with modifications)
Submitted by:	Nathan <ndowens@yahoo.com>
2018-08-17 12:37:01 +00:00

23 lines
547 B
Makefile

# Created by: Yuri Pankov <yuri.pankov@gmail.com>
# $FreeBSD$
PORTNAME= libunibreak
PORTVERSION= 4.0
PORTEPOCH= 1
CATEGORIES= textproc
MASTER_SITES= https://github.com/adah1972/${PORTNAME}/releases/download/${PORTNAME}_${PORTVERSION:C/\./_/}/
MAINTAINER= ndowens@yahoo.com
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
MAKE_ARGS= LN_S="${INSTALL_DATA}"
.include <bsd.port.mk>