mirror of https://git.FreeBSD.org/ports.git
19 lines
472 B
Makefile
19 lines
472 B
Makefile
PORTNAME= shadertools
|
|
DISTVERSION= ${QT6_VERSION}
|
|
CATEGORIES= x11-toolkits
|
|
PKGNAMEPREFIX= qt6-
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Provides tools for the cross-platform Qt shader pipeline
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/vulkan/vulkan.h:graphics/vulkan-headers
|
|
LIB_DEPENDS= libxkbcommon.so:x11/libxkbcommon
|
|
|
|
USES= cmake compiler:c++17-lang gl python:build \
|
|
qt-dist:6
|
|
USE_GL= opengl
|
|
USE_QT= base
|
|
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
|
|
|
.include <bsd.port.mk>
|