freebsd-ports/devel/qt6-scxml/Makefile
2022-09-09 18:39:24 +02:00

17 lines
386 B
Makefile

PORTNAME= scxml
PORTVERSION= ${QT6_VERSION}
CATEGORIES= devel
PKGNAMEPREFIX= qt6-
MAINTAINER= kde@FreeBSD.org
COMMENT= Qt6 SCXML module
WWW= https://qt.io
BUILD_DEPENDS= vulkan-headers>0:graphics/vulkan-headers
LIB_DEPENDS= libxkbcommon.so:x11/libxkbcommon
USES= cmake compiler:c++11-lang gl pkgconfig qt-dist:6
USE_GL= gl opengl
USE_QT= base declarative
.include <bsd.port.mk>