blob: 2667f440cd20ce5c4776d85d0a868cda22d0ab1e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
PORTNAME= shadertools
DISTVERSION= ${QT6_VERSION}
CATEGORIES= x11-toolkits
PKGNAMEPREFIX= qt6-
MAINTAINER= kde@FreeBSD.org
COMMENT= Provides tools for the cross-platform Qt shader pipeline
WWW= https://qt-project.org
BUILD_DEPENDS= ${LOCALBASE}/include/vulkan/vulkan.h:graphics/vulkan-headers
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
libdouble-conversion.so:devel/double-conversion \
libexpat.so:textproc/expat2 \
libfreetype.so:print/freetype2 \
libgraphite2.so:graphics/graphite2 \
libharfbuzz.so:print/harfbuzz \
libicui18n.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= opengl
USE_GNOME= glib20
USE_QT= base
USE_XORG= x11 xau xcb xdmcp
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
.include <bsd.port.mk>
|