mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
a4b948f564
While here, assign maintainer PR: 230539 (with modifications) Submitted by: Nathan <ndowens@yahoo.com>
23 lines
547 B
Makefile
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>
|