freebsd-ports/textproc/libkolabxml/Makefile
Tobias C. Berner 707c6bf295 Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".

I tried to only set insource where explictely needed.

PR:		232038
Exp-run by:	antoine
2018-12-25 20:25:39 +00:00

35 lines
927 B
Makefile

# $FreeBSD$
PORTNAME= libkolabxml
PORTVERSION= 1.1.6
PORTREVISION= 9
CATEGORIES= textproc
MASTER_SITES= http://mirror.kolabsys.com/pub/releases/
MAINTAINER= kde@FreeBSD.org
COMMENT= Kolab XML Format Schema Definitions Library
# The XSD schemas in schemas/ are APACHE20-licensed, and some files
# are in public domain. The library itself and the installed headers
# are considered LGPL3-licensed, though.
LICENSE= LGPL3
BUILD_DEPENDS= xsdcxx:devel/xsd
LIB_DEPENDS= libboost_system.so:devel/boost-libs \
libcurl.so:ftp/curl \
libxerces-c.so.3:textproc/xerces-c3
# TODO: Conditionally enable the bindings based on OPTIONs.
CMAKE_ARGS= -DBUILD_TESTS:BOOL=OFF \
-DBUILD_UTILS:BOOL=OFF \
-DCSHARP_BINDINGS:BOOL=OFF \
-DDIST_ONLY:BOOL=OFF \
-DJAVA_BINDINGS:BOOL=OFF \
-DPHP_BINDINGS:BOOL=OFF \
-DPYTHON_BINDINGS:BOOL=OFF
USES= cmake
USE_LDCONFIG= yes
PLIST_SUB= SHLIB_VER=${PORTVERSION}
.include <bsd.port.mk>