freebsd-ports/graphics/qt5-imageformats/Makefile
Tobias C. Berner 3aeb8b79ba Qt5: Update Qt 5 to 5.15.7
* rebase the KDE patched Qt5 ontop of the 5.15.7 branch
* update qt5-script to 5.15.11

Exp-run by:	antoine
PR:		268533
2022-12-29 12:52:47 +01:00

17 lines
443 B
Makefile

PORTNAME= imageformats
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
CATEGORIES= graphics
PKGNAMEPREFIX= qt5-
MAINTAINER= kde@FreeBSD.org
COMMENT= Qt plugins for additional image formats
LIB_DEPENDS= libjasper.so:graphics/jasper \
libmng.so:graphics/libmng \
libtiff.so:graphics/tiff \
libwebp.so:graphics/webp
USES= compiler:c++11-lang localbase qmake qt-dist:5,imageformats
USE_QT= core gui buildtools:build
.include <bsd.port.mk>