# -*- 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 syoyo tinygltf 2.9.2 v revision 0 github.tarball_from archive categories graphics devel license MIT maintainers nomaintainer description Header only C++11 tiny glTF 2.0 library long_description {*}${description}. checksums rmd160 9aa32a4b18b1df65cfa3b2bf7fb6cc74f31b82c4 \ sha256 b34d1456bb1d63bbb4e05ea1e4d8691d0253a03ef72385a8bffd2fae4b743feb \ size 5904424 compiler.cxx_standard 2011 compiler.thread_local_storage yes patchfiles 01_patch-cmake.diff \ 02_patch-third-party-includes.diff \ 03_patch-enable-ctest.diff depends_lib-append port:stb \ port:nlohmann-json configure.args-append \ -DBUILD_SHARED_LIBS=ON \ -DTINYGLTF_BUILD_BUILDER_EXAMPLE=OFF \ -DTINYGLTF_BUILD_LOADER_EXAMPLE=OFF \ -DTINYGLTF_BUILD_GL_EXAMPLES=OFF \ -DTINYGLTF_BUILD_VALIDATOR_EXAMPLE=OFF \ -DTINYGLTF_VERSION="${github.version}" \ -DTINYGLTF_BUILD_TESTS=ON test.run yes test.cmd ctest