# -*- 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 PortGroup cmake 1.1 github.setup KhronosGroup Vulkan-Headers 1.4.328.1 vulkan-sdk- github.tarball_from archive name vulkan-headers revision 0 categories graphics license Apache-2 platforms any supported_archs noarch maintainers {judaew @judaew} openmaintainer description Vulkan header files and API registry long_description Development header files for the Vulkan graphics API. See MoltenVK, and \ Vulkan-Loader for related ports. homepage https://vulkan.lunarg.com checksums sha256 c465aa56757e7746ac707f582b6e2d51546569a4a2488c1172fb543aa5fdfc2c \ rmd160 2f2f4ae0690201203d87ece28462756cb4ef7753 \ size 2765792 set py_ver 3.13 set py_ver_nodot [string map {. {}} ${py_ver}] foreach stage {configure build destroot test} { ${stage}.env-append PATH=${frameworks_dir}/Python.framework/Versions/${py_ver}/bin:$env(PATH) } depends_build-append port:python${py_ver_nodot}