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

MAINTAINER=	kde@FreeBSD.org
COMMENT=	Lightweight HTTP Server

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

USES=		cmake compiler:c++17-lang pkgconfig qt-dist:6
USE_QT=		base websockets

.include <bsd.port.mk>