303a695888
databases/akonadi: - Update to 1.11.0 - Drop ipv6 from CATEGORIES - Squeeze MASTER_SITES/SUBDIR - Add dependency on modern compiler to fix build on 9.x - Use options helpers - Remove QT_PREFIX from PLIST_SUB, it's already set in bsd.qt.mk - Realign commented lines devel/grantlee: update to 0.4.0 - Remove broken DOXYGEN option - Add list of ports that need modification on grantlee update - Remove MAKE_JOBS_UNSAFE devel/libkgapi: - Update to 2.0.1 devel/libkolab: - Update to 0.5.0 textproc/libkolabxml: - Update to 1.0.1
33 lines
942 B
Makefile
33 lines
942 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libkolabxml
|
|
PORTVERSION= 1.0.1
|
|
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:${PORTSDIR}/devel/xsd
|
|
LIB_DEPENDS= libboost_system.so:${PORTSDIR}/devel/boost-libs \
|
|
libcurl.so:${PORTSDIR}/ftp/curl \
|
|
libxerces-c.so.3:${PORTSDIR}/textproc/xerces-c3
|
|
|
|
# TODO: Conditionally enable the bindings based on OPTIONs.
|
|
CMAKE_ARGS= -DBUILD_TESTS:BOOL=OFF \
|
|
-DCSHARP_BINDINGS:BOOL=OFF \
|
|
-DDIST_ONLY:BOOL=OFF \
|
|
-DJAVA_BINDINGS:BOOL=OFF \
|
|
-DPHP_BINDINGS:BOOL=OFF \
|
|
-DPYTHON_BINDINGS:BOOL=OFF
|
|
USES= cmake:outsource
|
|
USE_LDCONFIG= yes
|
|
|
|
PLIST_SUB= SHLIB_VER=${PORTVERSION}
|
|
|
|
.include <bsd.port.mk>
|