aboutsummaryrefslogtreecommitdiff
path: root/www/qt6-webchannel/Makefile
blob: 01613b92b28083f494002c466e52d04ccda7cef2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PORTNAME=	webchannel
PORTVERSION=	${QT6_VERSION}
CATEGORIES=	www
PKGNAMEPREFIX=	qt6-

MAINTAINER=	kde@FreeBSD.org
COMMENT=	Qt 6 library for integration of C++/QML with HTML/js clients
WWW=		https://qt.io

BUILD_DEPENDS=	vulkan-headers>0:graphics/vulkan-headers

USES=		cmake compiler:c++11-lang gl pkgconfig qt-dist:6
USE_GL=		gl opengl
USE_QT=		base declarative websockets

.include <bsd.port.mk>