mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 15:07:01 -04:00
As a patch release, Qt 6.5.2 does not introduce any new features but contains about 290 bug fixes, security updates, and other improvements to the top of the Qt 6.5.1 release. See more information about the most important changes and bug fixes from Qt 6.5.2 release note. Announcement: https://www.qt.io/blog/qt-6.5.2-released-1 Release note: https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/6.5.2/release-note.md
17 lines
428 B
Makefile
17 lines
428 B
Makefile
PORTNAME= location
|
|
PORTVERSION= ${QT6_VERSION}
|
|
CATEGORIES= devel
|
|
PKGNAMEPREFIX= qt6-
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Qt 6 API to create viable mapping solutions
|
|
WWW= https://qt.io
|
|
|
|
BUILD_DEPENDS= vulkan-headers>0:graphics/vulkan-headers
|
|
LIB_DEPENDS= libxkbcommon.so:x11/libxkbcommon
|
|
|
|
USES= cmake compiler:c++17-lang gl pkgconfig qt-dist:6
|
|
USE_GL= gl opengl
|
|
USE_QT= base declarative positioning
|
|
|
|
.include <bsd.port.mk>
|