# -*- 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 github.setup nothings stb f7f20f39fe4f206c6f19e26ebfef7b261ee59ee4 version 20240725 revision 0 categories devel platforms any supported_archs noarch license {public-domain MIT} maintainers {judaew @judaew} openmaintainer description \ Single-file public domain (or MIT licensed) libraries for C/C++. long_description {*}${description} checksums rmd160 fce0639d16de2663fadb316085d4d1dc4c9d7151 \ sha256 65f757101ff5b33325153fc39e118e9f0f4e4aa118c52f30b888f2689f7fab1d \ size 1510566 use_configure no build {} destroot { xinstall -d ${destroot}${prefix}/include/${name} xinstall -m 0644 {*}[glob ${worksrcpath}/*.h] \ ${destroot}${prefix}/include/${name} xinstall -m 0644 {*}[glob ${worksrcpath}/*.c] \ ${destroot}${prefix}/include/${name} xinstall -d ${destroot}${prefix}/share/doc/${name} xinstall -m 0644 {*}[glob ${worksrcpath}/docs/*] \ ${destroot}${prefix}/share/doc/${name} }