# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           github 1.0
PortGroup           boost 1.0

boost.version       1.81

github.setup        tdf libcmis 0.6.2 v
revision            0
description         C/C++ CMIS client library
long_description    ${description}
categories          devel
maintainers         {gmail.com:audvare @Tatsh} openmaintainer
license             GPL-2

checksums           rmd160  5f11a048c878a01e154f3025315e6da1e124f913 \
                    sha256  ebf7933d93b9d5d6da7b757c89c03b131abd95550864bb98d2a60536593ddeb5 \
                    size    296218
github.tarball_from archive

depends_build-append \
                    path:bin/pkg-config:pkgconfig
depends_lib-append  port:curl \
                    port:libxml2

configure.args-append \
                    --disable-client \
                    --disable-tests \
                    --disable-werror \
                    --program-suffix=-[string range ${version} 0 end-2] \
                    --without-man

use_autoreconf      yes

# configure: error: *** A compiler with support for C++11 language features is required
compiler.cxx_standard   2011
