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

github.setup        sammycage lunasvg 3.5.0 v
revision            0
categories          graphics
license             MIT
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
description         LunaSVG is an SVG rendering library in C++
long_description    {*}${description}
checksums           rmd160  a6b1b986e59e5ff1237e5c583275593ec5476855 \
                    sha256  1abf1472ee6c4d19797916e8cc3c2e4b628e0d81178ffac60bdb0d457e32c690 \
                    size    294493
github.tarball_from archive

depends_lib-append  port:plutovg

compiler.cxx_standard   2017

configure.args-append   -DBUILD_SHARED_LIBS=ON \
                        -DUSE_SYSTEM_PLUTOVG=ON
