mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
29 lines
583 B
Makefile
29 lines
583 B
Makefile
COMMENT = multi-language Vulkan/GL/GLES/EGL/GLX/WGL loader-generator
|
|
|
|
MODPY_DISTV = 2.0.8
|
|
GH_TAGNAME = v${MODPY_DISTV}
|
|
GH_ACCOUNT = Dav1dde
|
|
GH_PROJECT = glad
|
|
|
|
CATEGORIES = graphics
|
|
|
|
HOMEPAGE = https://glad.dav1d.de/
|
|
MAINTAINER = Jose Maldonado <yukiteruamano@volfread.xyz>
|
|
|
|
# MIT - Apache 2.0
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
MODPY_PYBUILD = setuptools
|
|
|
|
RUN_DEPENDS = www/py-jinja2 \
|
|
textproc/py-MarkupSafe
|
|
|
|
NO_TEST = Yes
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/glad
|
|
cp -r ${WRKDIST}/example/* ${PREFIX}/share/examples/glad
|
|
|
|
.include <bsd.port.mk>
|