Tweak devel/libkolab version 0.4.2
[dports.git] / devel / libkolab / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       libkolab
4 PORTVERSION=    0.4.2
5 CATEGORIES=     devel kde
6 MASTER_SITES=   http://mirror.kolabsys.com/pub/releases/
7
8 MAINTAINER=     kde@FreeBSD.org
9 COMMENT=        Advanced Kolab Object Handling Library
10
11 # The code in kolabformatV2 is LGPL21, but we consider the library
12 # itself to be LGPL3-licensed (and so are all the installed headers).
13 LICENSE=        LGPL3
14
15 LIB_DEPENDS=    kolabxml:${PORTSDIR}/textproc/libkolabxml
16
17 # TODO: Conditionally enable the bindings based on OPTIONs.
18 CMAKE_ARGS=     -DBUILD_TESTS:BOOL=OFF \
19                 -DPHP_BINDINGS:BOOL=OFF \
20                 -DPYTHON_BINDINGS:BOOL=OFF \
21                 -DUSE_LIBCALENDARING:BOOL=OFF
22 USES=           cmake
23 USE_KDE4=       automoc4 kdelibs pimlibs
24 USE_LDCONFIG=   yes
25 USE_QT4=        corelib gui xml \
26                 moc_build qmake_build rcc_build uic_build
27
28 .include <bsd.port.mk>