mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 01:46:55 -04:00
Changes: https://github.com/unicode-org/icu/releases/tag/release-72-1 Reported by: GitHub (watch releases) PR: 266582 Exp-run by: antoine
37 lines
1.1 KiB
Makefile
37 lines
1.1 KiB
Makefile
PORTNAME= imageformats
|
|
DISTVERSION= ${QT6_VERSION}
|
|
PORTREVISION= 1
|
|
CATEGORIES= graphics
|
|
PKGNAMEPREFIX= qt6-
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Qt6 plugins for additional image formats: TIFF, MNG, TGA, WBMP
|
|
WWW= https://qt-project.org
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/vulkan/vulkan.h:graphics/vulkan-headers
|
|
LIB_DEPENDS= libjasper.so:graphics/jasper \
|
|
libwebp.so:graphics/webp \
|
|
libtiff.so:graphics/tiff \
|
|
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 \
|
|
libjbig.so:graphics/jbigkit \
|
|
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 jpeg pkgconfig xorg \
|
|
qt-dist:6
|
|
USE_GL= egl gl opengl
|
|
USE_GNOME= glib20
|
|
USE_QT= base
|
|
USE_XORG= x11 xau xcb xdmcp
|
|
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
|
|
|
.include <bsd.port.mk>
|