xref: /mports/graphics/libkdcraw/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1PORTNAME=	libkdcraw
2DISTVERSION=	${KDE_APPLICATIONS_VERSION}
3CATEGORIES=	graphics kde kde-applications
4PKGNAMESUFFIX?=	-${FLAVOR}
5
6MAINTAINER=	ports@MidnightBSD.org
7COMMENT=	LibRaw interface for KDE
8WWW=		https://invent.kde.org/graphics/libkdcraw
9
10LICENSE=	gpl2+
11
12LIB_DEPENDS=	libjasper.so:graphics/jasper \
13		liblcms.so:graphics/lcms \
14		libraw.so:graphics/libraw \
15		libxml2.so:textproc/libxml2
16
17FLAVORS=	qt6 qt5
18FLAVOR?=	qt6
19
20USES=		cmake compiler:c++11-lang jpeg kde:${FLAVOR:S/qt//} pkgconfig \
21		qt:${FLAVOR:S/qt//} tar:xz
22USE_KDE=	ecm:build
23USE_LDCONFIG=	yes
24_USE_QT_qt5=	core gui buildtools:build qmake:build
25_USE_QT_qt6=	base
26USE_QT=		${_USE_QT_${FLAVOR}}
27CMAKE_ARGS=	-DENABLE_RAWSPEED=True \
28		-DQT_MAJOR_VERSION="${FLAVOR:S/qt//}" \
29		-DWITH_OpenMP:BOOL=False
30
31PLIST=		${.CURDIR}/pkg-plist.${FLAVOR}
32
33.include <bsd.port.mk>
34

served by {OpenGrok

Last Index Update: Sun Mar 22 17:06:33 EDT 2026