99425922de
PR: 218524 Exp-run by: antoine Reviewed by: mat, rakuco Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D10331
18 lines
492 B
Makefile
18 lines
492 B
Makefile
# Created by: tcberner
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= kimageformats
|
|
PORTVERSION= ${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>
|