# -*- 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.13.2 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 23e94f96ccb466eff805eb9c8216c52b413e5d7c \ sha256 3d10a2ecdf0586c9265a927f579722979d8f92323fc7b1dc408d663dc299bccb \ size 854320 post-destroot { xinstall -d ${destroot}${prefix}/share/doc/${name} xinstall -m 0644 {*}[glob ${worksrcpath}/docs/md/*.md] \ ${destroot}${prefix}/share/doc/${name} }