# -*- 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           cmake  1.1

github.setup        mosra corrade 2020.06 v
github.tarball_from archive
revision            1

categories          graphics devel
license             MIT
maintainers         {judaew @judaew} openmaintainer

description         Corrade is a multiplatform utility library written in \
                    C++11/C++14.
long_description    {*}${description}

checksums           rmd160  24ef8e27bf2b7df1ddde14dde9ed79c83b4fbeb1 \
                    sha256  2a62492ccc717422b72f2596a3e1a6a105b9574aa9467917f12d19ef3aab1341 \
                    size    737490

# Undefined symbols: "_environ", referenced from: _environ$non_lazy_ptr in Arguments.cpp.o
# https://github.com/mosra/corrade/pull/175
patchfiles          0001-Fix-environ-define-for-Apple.patch

compiler.cxx_standard 2011
