aboutsummaryrefslogblamecommitdiff
path: root/graphics/qt5-imageformats/Makefile
blob: 741ba9637fe8676299d641b0d4906bfcbb1b12d9 (plain) (tree)
1
2
3
4
5
6
7
8
                            
                                              





                                                       



                                              
 
                                                                          
                                         

                      
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>