freebsd-ports/textproc/libfolia/Makefile
Jan Beich f34ece3aa6 devel/icu: update to 70.1
Changes:	https://github.com/unicode-org/icu/releases/tag/release-70-1
Reported by:	GitHub (watch releases)
PR:		258794
Exp-run by:	antoine
2021-10-28 16:37:30 +00:00

28 lines
635 B
Makefile

PORTNAME= libfolia
DISTVERSIONPREFIX= v
DISTVERSION= 2.9
PORTREVISION= 1
CATEGORIES= textproc
MAINTAINER= yuri@FreeBSD.org
COMMENT= Library for FoLiA, a format for annotated language resources
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= autoconf-archive>=0:devel/autoconf-archive
LIB_DEPENDS= libicui18n.so:devel/icu \
libticcutils.so:devel/ticcutils
USES= autoreconf compiler:c++11-lang gmake gnome libtool pkgconfig
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>