1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/graphics/qt5-imageformats/Makefile
Tobias C. Berner ea792330aa Update Qt5 to 5.12.0
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
2018-12-16 14:49:16 +00:00

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>