aboutsummaryrefslogblamecommitdiff
path: root/graphics/kf5-kimageformats/Makefile
blob: b28a46d23c898b0d5aea7ef8764eda57c9b18781 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13


                             
                                         








                                                                          
                            


                                                                          
# $FreeBSD$

PORTNAME=	kimageformats
DISTVERSION=	${KDE_FRAMEWORKS_VERSION}
CATEGORIES=	graphics kde kde-frameworks

MAINTAINER=	kde@FreeBSD.org
COMMENT=	KF5 library providing support for additional image formats

LIB_DEPENDS=	libIlmImf.so:graphics/OpenEXR \
		libHalf.so:graphics/ilmbase

USES=		cmake:outsource compiler:c++11-lib kde:5 pkgconfig tar:xz
USE_KDE=	archive ecm 
USE_QT5=	buildtools_build core gui printsupport qmake_build widgets

.include <bsd.port.mk>