forked from Lainports/freebsd-ports
Update devel/pyside2* and devel/shiboken to 5.15.14 Update devel/qt5-script* and www/qt5-webengine to 5.15.17 Release note: https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/5.15.14/release-note.md
19 lines
467 B
Makefile
19 lines
467 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
|
|
|
|
CXXFLAGS+= -Dregister=
|
|
|
|
.include <bsd.port.mk>
|