# -*- 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 python 1.0 name py-glad2 version 2.0.4 revision 1 homepage https://github.com/Dav1dde/glad categories-append devel license MIT platforms {darwin any} supported_archs noarch maintainers {i0ntempest @i0ntempest} openmaintainer description Multi-Language Vulkan/GL/GLES/EGL/GLX/WGL Loader-Generator based on the official specs long_description ${description} checksums rmd160 5ad534a0247b985353bb4889674f35f83ff06865 \ sha256 ede1639f69f2ba08f1f498a40a707f34a609d24eb2ea0d6c9364689a798cf7d0 \ size 539569 python.versions 39 310 311 312 if {${name} ne ${subport}} { depends_lib-append \ port:py${python.version}-jinja2 post-destroot { set docdir ${prefix}/share/doc/${subport} xinstall -d ${destroot}${docdir} xinstall -m 0644 -W ${worksrcpath} LICENSE \ ${destroot}${docdir} } }