Update textproc/libkolabxml to version 0.8.4_1
[dports.git] / textproc / libkolabxml / Makefile
1 # $FreeBSD: textproc/libkolabxml/Makefile 322783 2013-07-11 16:26:26Z sunpoet $
2
3 PORTNAME=       libkolabxml
4 PORTVERSION=    0.8.4
5 PORTREVISION=   1
6 CATEGORIES=     textproc
7 MASTER_SITES=   http://mirror.kolabsys.com/pub/releases/
8
9 MAINTAINER=     kde@FreeBSD.org
10 COMMENT=        Kolab XML Format Schema Definitions Library
11
12 # The XSD schemas in schemas/ are AL2-licensed, and some files are
13 # in public domain. The library itself and the installed headers are
14 # considered LGPL3-licensed, though.
15 LICENSE=        LGPL3
16
17 BUILD_DEPENDS=  xsdcxx:${PORTSDIR}/devel/xsd
18 LIB_DEPENDS=    boost_system:${PORTSDIR}/devel/boost-libs \
19                 curl:${PORTSDIR}/ftp/curl \
20                 xerces-c.3:${PORTSDIR}/textproc/xerces-c3
21
22 # TODO: Conditionally enable the bindings based on OPTIONs.
23 CMAKE_ARGS=     -DBUILD_TESTS:BOOL=OFF \
24                 -DCSHARP_BINDINGS:BOOL=OFF \
25                 -DDIST_ONLY:BOOL=OFF \
26                 -DJAVA_BINDINGS:BOOL=OFF \
27                 -DPHP_BINDINGS:BOOL=OFF \
28                 -DPYTHON_BINDINGS:BOOL=OFF
29 MAKE_JOBS_SAFE= yes
30 USES=           cmake:outsource
31 USE_LDCONFIG=   yes
32
33 PLIST_SUB=      SHLIB_VER=${PORTVERSION}
34
35 .include <bsd.port.mk>