mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
e55b80195e
Changes: https://github.com/unicode-org/icu/releases/tag/release-74-1 Reported by: GitHub (watch releases) PR: 274317 Exp-run by: antoine (incomplete) Approved by: fluffy
38 lines
950 B
Makefile
38 lines
950 B
Makefile
PORTNAME= ucto
|
|
DISTVERSION= 0.29
|
|
PORTREVISION= 1
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= https://github.com/LanguageMachines/${PORTNAME}/releases/download/v${DISTVERSION}/
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Advanced rule-based (regular-expression) and unicode-aware tokenizer
|
|
WWW= https://languagemachines.github.io/ucto/
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= uctodata>0:textproc/uctodata
|
|
LIB_DEPENDS= libexttextcat-2.0.so:textproc/libexttextcat \
|
|
libfolia.so:textproc/libfolia \
|
|
libicuio.so:devel/icu \
|
|
libticcutils.so:devel/ticcutils
|
|
RUN_DEPENDS= uctodata>0:textproc/uctodata
|
|
|
|
USES= compiler:c++11-lang gmake gnome libedit libtool \
|
|
pathfix pkgconfig readline
|
|
USE_GNOME= libxml2
|
|
USE_LDCONFIG= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
TEST_TARGET= check
|
|
INSTALL_TARGET= install-strip
|
|
|
|
CONFIGURE_ARGS= --disable-static
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|-g -O3||g' \
|
|
${PATCH_WRKSRC}/src/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|