mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
701aa3bcf8
Changes: http://www.boost.org/users/history/version_1_72_0.html PR: 241449 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D22136
36 lines
928 B
Makefile
36 lines
928 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libkolabxml
|
|
PORTVERSION= 1.1.6
|
|
PORTREVISION= 12
|
|
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:devel/xsd
|
|
LIB_DEPENDS= libboost_system.so:devel/boost-libs \
|
|
libcurl.so:ftp/curl \
|
|
libxerces-c.so.3:textproc/xerces-c3
|
|
|
|
# TODO: Conditionally enable the bindings based on OPTIONs.
|
|
CMAKE_ARGS= -DBUILD_TESTS:BOOL=OFF \
|
|
-DBUILD_UTILS:BOOL=OFF \
|
|
-DCSHARP_BINDINGS:BOOL=OFF \
|
|
-DDIST_ONLY:BOOL=OFF \
|
|
-DJAVA_BINDINGS:BOOL=OFF \
|
|
-DPHP_BINDINGS:BOOL=OFF \
|
|
-DPYTHON_BINDINGS:BOOL=OFF
|
|
USES= cmake
|
|
USE_LDCONFIG= yes
|
|
|
|
PLIST_SUB= SHLIB_VER=${PORTVERSION}
|
|
|
|
.include <bsd.port.mk>
|