forked from Lainports/freebsd-ports
- Connect tests to the framework to help QA remaining patches - Force rebuild all consumers after https://reviews.llvm.org/D59783 Changes: http://llvm.org/viewvc/llvm-project/openmp/tags/RELEASE_900/final/?view=log ABI: https://abi-laboratory.pro/tracker/timeline/llvm_openmp/
30 lines
676 B
Makefile
30 lines
676 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libfolia
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.15
|
|
PORTREVISION= 4
|
|
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 \
|
|
libomp.so:devel/openmp \
|
|
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>
|