ports/x11/qt6/qtimageformats/Makefile

13 lines
330 B
Makefile

QT6NAME = QtImageFormats
COMMENT = Qt6 additional image formats
PKGSPEC = qt6-qtimageformats-${QT6_PKGSPEC}
WANTLIB += ${COMPILER_LIBCXX} GL Qt6Core Qt6Gui c jasper jpeg
WANTLIB += m mng tiff webp webpdemux webpmux
LIB_DEPENDS = graphics/jasper \
graphics/tiff \
graphics/libmng \
graphics/libwebp
.include <bsd.port.mk>