freebsd-ports/www/qt6-websockets/Makefile

16 lines
344 B
Makefile

PORTNAME= websockets
PORTVERSION= ${QT6_VERSION}
CATEGORIES= www
PKGNAMEPREFIX= qt6-
MAINTAINER= kde@FreeBSD.org
COMMENT= Qt implementation of WebSocket protocol
WWW= https://qt.io
BUILD_DEPENDS= vulkan-headers>0:graphics/vulkan-headers
USES= cmake compiler:c++11-lang pkgconfig qt-dist:6
USE_QT= base declarative
.include <bsd.port.mk>