1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/textproc/ucto/Makefile
Jan Beich 3b1a1bcee4 devel/openmp: phase out
- Expire after the last version without /usr/lib/libomp.so
- Drop SOVERSION for seamless transition (i.e., avoid conditionals)

PR:		236907
Approved by:	bapt (maintainer)
Differential Revision:	https://reviews.freebsd.org/D19767
2019-05-08 16:05:53 +00:00

35 lines
833 B
Makefile

# $FreeBSD$
PORTNAME= ucto
DISTVERSIONPREFIX= v
DISTVERSION= 0.14.1
PORTREVISION= 3
CATEGORIES= textproc
MAINTAINER= yuri@FreeBSD.org
COMMENT= Advanced rule-based (regular-expression) and unicode-aware tokenizer
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= autoconf-archive>0:devel/autoconf-archive \
uctodata>0:textproc/uctodata
LIB_DEPENDS= libexttextcat-2.0.so:textproc/libexttextcat \
libfolia.so:textproc/libfolia \
libicuio.so:devel/icu \
libomp.so:devel/openmp \
libticcutils.so:devel/ticcutils
RUN_DEPENDS= uctodata>0:textproc/uctodata
USES= autoreconf gmake gnome libedit libtool pkgconfig readline
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-static
USE_GITHUB= yes
GH_ACCOUNT= LanguageMachines
USE_GNOME= libxml2
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>