mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
01b932c689
* Add "make test" * Adjust Makefile to more closely follow Porters Handbook Changelog: https://github.com/adah1972/libunibreak/releases/tag/libunibreak_6_1 PR: 277438 Approved by: desktop (tcberner)
25 lines
558 B
Makefile
25 lines
558 B
Makefile
PORTNAME= libunibreak
|
|
DISTVERSION= 6.1
|
|
PORTEPOCH= 1
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= https://github.com/adah1972/${PORTNAME}/releases/download/${PORTNAME}_${DISTVERSION:C/\./_/}/
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Implementation of the line and word breaking algorithm for Unicode
|
|
WWW= https://vimgadgets.sourceforge.net/libunibreak/
|
|
|
|
LICENSE= ZLIB
|
|
LICENSE_FILE= ${WRKSRC}/LICENCE
|
|
|
|
USES= libtool pathfix
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
INSTALL_TARGET= install-strip
|
|
TEST_TARGET= check
|
|
|
|
MAKE_ARGS= LN_S="${INSTALL_DATA}"
|
|
|
|
.include <bsd.port.mk>
|