freebsd-ports/textproc/libunibreak/Makefile

25 lines
558 B
Makefile
Raw Normal View History

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>