freebsd-ports/textproc/libunibreak/Makefile
Daniel Engberg 01b932c689 textproc/libunibreak: Update to 6.1
* 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)
2024-03-23 12:13:38 +01:00

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>