freebsd-ports/textproc/libfolia/Makefile
Yuri Victorovich 112dfcc5c5 textproc/libfolia: Update 2.11 → 2.13
Reported by:	portscout
2023-01-24 12:31:53 -08:00

29 lines
661 B
Makefile

PORTNAME= libfolia
DISTVERSIONPREFIX= v
DISTVERSION= 2.13
CATEGORIES= textproc
MAINTAINER= yuri@FreeBSD.org
COMMENT= Library for FoLiA, a format for annotated language resources
WWW= https://proycon.github.io/folia/
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
USE_GNOME= libxml2
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-static
USE_GITHUB= yes
GH_ACCOUNT= LanguageMachines
INSTALL_TARGET= install-strip
.include <bsd.port.mk>