# -*- 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
PortGroup compiler_blacklist_versions 1.0
github.setup mujx mtxclient 2f519d2
categories net chat devel
maintainers {@scarface-one disroot.org:scarface} openmaintainer
description Client API for Matrix
long_description Client API library for the Matrix protocol, built on top of Boost.Asio.
checksums rmd160 28330b8f5c028792aaa5a1dbdd3738aea4854e7d \
sha256 760a03fabae4cca250a5a7aa1328e7fb922186b431c1b65530ad083dcb9fda4c \
#C++14 was first fully supported by clang 3.4 aka apple clang 503.0.38
compiler.blacklist-append {clang < 503.0.38}
-DBUILD_LIB_EXAMPLES=OFF \
-DOLM_INCLUDE_DIR=${prefix}/include/olm \
-DOLM_LIBRARY=${prefix}/lib/libolm.a \
-DOPENSSL_ROOT_DIR=${prefix}/include/openssl \
-DSODIUM_ROOT_DIR=${prefix}/include/ \
-Dsodium_INCLUDE_DIR=${prefix}/include \
-Dsodium_LIBRARY_RELEASE=${prefix}/lib/libsodium.dylib \
depends_lib-append port:boost \