freebsd-ports/devel/libkolab/Makefile
Max Brazhnikov 52e8a321a0 Add new ports required for deskutils/kdepim4.
Reminded by:	rakuco
Pointyhat to: 	me
2013-02-03 20:40:57 +00:00

29 lines
786 B
Makefile

# $FreeBSD$
PORTNAME= libkolab
PORTVERSION= 0.4.1
CATEGORIES= devel kde
MASTER_SITES= http://mirror.kolabsys.com/pub/releases/
MAINTAINER= kde@FreeBSD.org
COMMENT= Advanced Kolab Object Handling Library
# The code in kolabformatV2 is LGPL21, but we consider the library
# itself to be LGPL3-licensed (and so are all the installed headers).
LICENSE= LGPL3
LIB_DEPENDS= kolabxml:${PORTSDIR}/textproc/libkolabxml
# TODO: Conditionally enable the bindings based on OPTIONs.
CMAKE_ARGS= -DBUILD_TESTS:BOOL=OFF \
-DPHP_BINDINGS:BOOL=OFF \
-DPYTHON_BINDINGS:BOOL=OFF \
-DUSE_LIBCALENDARING:BOOL=OFF
MAKE_JOBS_SAFE= yes
USE_CMAKE= yes
USE_KDE4= automoc4 kdelibs pimlibs
USE_LDCONFIG= yes
USE_QT4= corelib gui xml \
moc_build qmake_build rcc_build uic_build
.include <bsd.port.mk>