mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
ea792330aa
http://blog.qt.io/blog/2018/12/06/qt-5-12-lts-released/ - This breaks support for libressl again. Patches are welcome. PR: 233705 Exp-run by: antoine
21 lines
456 B
Makefile
21 lines
456 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= imageformats
|
|
DISTVERSION= ${QT5_VERSION}
|
|
PORTREVISION= 1
|
|
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>
|