mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
ffb8eb82e5
Changes: http://site.icu-project.org/download/67 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ Reported by: GitHub (watch releases)
30 lines
649 B
Makefile
30 lines
649 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libfolia
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.15
|
|
PORTREVISION= 8
|
|
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>
|