mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
66b0e0515e
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
35 lines
1.0 KiB
Makefile
35 lines
1.0 KiB
Makefile
PORTNAME= quick3d
|
|
DISTVERSION= ${QT6_VERSION}
|
|
CATEGORIES= x11-toolkits
|
|
PKGNAMEPREFIX= qt6-
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Provides a high-level API for creating 3D content or UIs based on Qt Quick
|
|
WWW= https://qt-project.org
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/vulkan/vulkan.h:graphics/vulkan-headers
|
|
LIB_DEPENDS= libdouble-conversion.so:devel/double-conversion \
|
|
libexpat.so:textproc/expat2 \
|
|
libfontconfig.so:x11-fonts/fontconfig \
|
|
libfreetype.so:print/freetype2 \
|
|
libgraphite2.so:graphics/graphite2 \
|
|
libharfbuzz.so:print/harfbuzz \
|
|
libicudata.so:devel/icu \
|
|
libpcre.so:devel/pcre \
|
|
libpcre2-16.so:devel/pcre2 \
|
|
libpng16.so:graphics/png \
|
|
libxkbcommon.so:x11/libxkbcommon \
|
|
libzstd.so:archivers/zstd
|
|
|
|
USES= cmake compiler:c++17-lang gettext-runtime gl gnome python:build xorg \
|
|
qt-dist:6
|
|
USE_GL= gl
|
|
USE_GNOME= glib20
|
|
USE_QT= base declarative quicktimeline shadertools
|
|
USE_XORG= x11 xau xcb xdmcp
|
|
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
|
|
|
INSTALL_TARGET= install
|
|
|
|
.include <bsd.port.mk>
|