2019-04-05 23:50:51 +01:00
|
|
|
# -*- 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
|
2019-07-04 10:30:30 +01:00
|
|
|
PortGroup cmake 1.1
|
2019-04-05 23:50:51 +01:00
|
|
|
|
2026-06-26 13:17:43 -04:00
|
|
|
github.setup KhronosGroup Vulkan-Headers 1.4.350.1 vulkan-sdk-
|
2022-07-31 00:01:39 +03:00
|
|
|
github.tarball_from archive
|
2019-04-05 23:50:51 +01:00
|
|
|
name vulkan-headers
|
2022-07-31 00:01:39 +03:00
|
|
|
revision 0
|
2019-04-05 23:50:51 +01:00
|
|
|
|
|
|
|
|
categories graphics
|
|
|
|
|
license Apache-2
|
2023-12-13 00:54:26 +11:00
|
|
|
platforms any
|
|
|
|
|
supported_archs noarch
|
2022-07-31 00:01:39 +03:00
|
|
|
maintainers {judaew @judaew} openmaintainer
|
2019-04-05 23:50:51 +01:00
|
|
|
|
|
|
|
|
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
|
2019-07-04 10:30:30 +01:00
|
|
|
|
2026-06-26 13:17:43 -04:00
|
|
|
checksums rmd160 208743b2d640506aca8865c0696ee62f28f36bb7 \
|
|
|
|
|
sha256 6d1bb65e49520344cc0a48af3dc02e993781efff14c7ebdcb8ae9fa23ddf7e83 \
|
|
|
|
|
size 3271464
|
2022-07-31 00:01:39 +03:00
|
|
|
|
2026-06-26 13:17:43 -04:00
|
|
|
cmake.build_type Release
|
|
|
|
|
|
|
|
|
|
set py_ver 3.14
|
2022-07-31 00:01:39 +03:00
|
|
|
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)
|
2019-07-04 10:30:30 +01:00
|
|
|
}
|
2022-07-31 00:01:39 +03:00
|
|
|
depends_build-append port:python${py_ver_nodot}
|