2013-09-14 08:56:19 +02:00
|
|
|
PORTNAME= libunibreak
|
2024-03-23 12:09:23 +01:00
|
|
|
DISTVERSION= 6.1
|
2013-09-14 08:56:19 +02:00
|
|
|
PORTEPOCH= 1
|
|
|
|
CATEGORIES= textproc
|
2024-03-23 12:09:23 +01:00
|
|
|
MASTER_SITES= https://github.com/adah1972/${PORTNAME}/releases/download/${PORTNAME}_${DISTVERSION:C/\./_/}/
|
2013-09-14 08:56:19 +02:00
|
|
|
|
2023-03-12 09:02:01 +01:00
|
|
|
MAINTAINER= kde@FreeBSD.org
|
2013-09-14 08:56:19 +02:00
|
|
|
COMMENT= Implementation of the line and word breaking algorithm for Unicode
|
2023-11-06 09:24:43 +01:00
|
|
|
WWW= https://vimgadgets.sourceforge.net/libunibreak/
|
2013-09-14 08:56:19 +02:00
|
|
|
|
2015-09-25 17:18:05 +02:00
|
|
|
LICENSE= ZLIB
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENCE
|
|
|
|
|
|
|
|
USES= libtool pathfix
|
2024-03-23 12:09:23 +01:00
|
|
|
|
2013-09-14 08:56:19 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_LDCONFIG= yes
|
2024-03-23 12:09:23 +01:00
|
|
|
|
|
|
|
INSTALL_TARGET= install-strip
|
|
|
|
TEST_TARGET= check
|
|
|
|
|
2018-08-17 14:37:01 +02:00
|
|
|
MAKE_ARGS= LN_S="${INSTALL_DATA}"
|
2013-09-19 14:02:39 +02:00
|
|
|
|
2013-09-14 08:56:19 +02:00
|
|
|
.include <bsd.port.mk>
|