# -*- 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 skypjack entt 3.14.0 v revision 0 categories devel games license MIT platforms any supported_archs noarch maintainers {judaew @judaew} openmaintainer description EnTT is a header-only, tiny and easy to use library for \ game programming and much more written in modern C++. long_description {*}${description} checksums rmd160 ba177bc98fbdaad99a29939903f3a23bdf759a67 \ sha256 0f16e95d7c02428e1d8b462901ff3ffe063e9664e36287af555cdd4e3757d7e0 \ size 872324 post-destroot { xinstall -d ${destroot}${prefix}/share/doc/${name} xinstall -m 0644 {*}[glob ${worksrcpath}/docs/md/*.md] \ ${destroot}${prefix}/share/doc/${name} }