opnsense-ports/www/qt6-httpserver/Makefile
Franco Fichtner f5b4f6be40 */*: sync with upstream
Taken from: FreeBSD
2023-07-28 13:17:06 +02:00

15 lines
316 B
Makefile

PORTNAME= httpserver
PORTVERSION= ${QT6_VERSION}
CATEGORIES= www
PKGNAMEPREFIX= qt6-
MAINTAINER= kde@FreeBSD.org
COMMENT= Lightweight HTTP Server
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
.include <bsd.port.mk>