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