pkgsrc/www/qt6-qthttpserver/Makefile
adam 58d2630a5c qt6: updated to 6.6.1
As a patch release, Qt 6.6.1 does not introduce any new features but contains more than 400 bug fixes, security updates, and other improvements to the top of the Qt 6.6.0 release. See more information about the most important changes and bug fixes from Qt 6.6.1 release note.
2023-11-30 20:11:26 +00:00

16 lines
464 B
Makefile

# $NetBSD: Makefile,v 1.11 2023/11/30 20:11:27 adam Exp $
DISTNAME= qthttpserver-everywhere-src-${QTVERSION}
PKGNAME= qt6-qthttpserver-${QTVERSION}
COMMENT= Qt6 classes for creating http servers
CATEGORIES= www
LICENSE= gnu-gpl-v3
PKGCONFIG_OVERRIDE+= lib/pkgconfig/Qt6HttpServer.pc
.include "../../x11/qt6-qtbase/Makefile.common"
.include "../../net/qt6-qtwebsockets/buildlink3.mk"
.include "../../x11/qt6-qtbase/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"