freebsd-ports/textproc/libfolia/Makefile
Mark Linimon 54f266919a Now that devel/openmp has been enabled on powerpc64, fix these newly
unblocked ports on GCC-based systems:

  cc1plus: error: unrecognized command line option "-std=c++11"

Approved by:	portmgr (tier-2 blanket)
2019-06-16 16:31:08 +00:00

30 lines
676 B
Makefile

# $FreeBSD$
PORTNAME= libfolia
DISTVERSIONPREFIX= v
DISTVERSION= 1.15
PORTREVISION= 2
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>