summaryrefslogtreecommitdiff
path: root/graphics/kdegraphics-kde4/Makefile
blob: 41ef0036af09525e6fe9092c20a3a5fb44d490c8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$

PORTNAME=	kdegraphics
PORTVERSION=	${KDE4_VERSION}
PORTREVISION=	2
CATEGORIES=	graphics kde
PKGNAMESUFFIX=	-kde4

MAINTAINER=	kde@FreeBSD.org
COMMENT=	Graphics utilities for KDE 4 (meta port)

USES=		kde:4 metaport

OPTIONS_DEFINE=	GPHOTO \
		GWENVIEW \
		KCOLORCHOOSER \
		KGAMMA \
		KOLOURPAINT \
		KRULER \
		KSNAPSHOT \
		MOBIPOCKET \
		SANE \
		STRIGI \
		SVG \
		THUMBNAILER
OPTIONS_DEFAULT=	${OPTIONS_DEFINE}

GPHOTO_DESC=		Digital camera manager
GPHOTO_RUN_DEPENDS=	${KDE_PREFIX}/lib/kde4/kio_kamera.so:graphics/kamera-kde4

GWENVIEW_DESC=		Image viewer and browser
GWENVIEW_RUN_DEPENDS=	${KDE_PREFIX}/bin/gwenview:graphics/gwenview-kde4

KCOLORCHOOSER_DESC=	Utility for colors selection
KCOLORCHOOSER_RUN_DEPENDS=	${KDE_PREFIX}/bin/kcolorchooser:graphics/kcolorchooser

KGAMMA_DESC=		Monitor calibration tool
KGAMMA_RUN_DEPENDS=	${KDE_PREFIX}/bin/xf86gammacfg:x11/kgamma

KOLOURPAINT_DESC=	Paint application
KOLOURPAINT_RUN_DEPENDS=	${KDE_PREFIX}/bin/kolourpaint:graphics/kolourpaint

KRULER_DESC=		Screen ruler
KRULER_RUN_DEPENDS=	${KDE_PREFIX}/bin/kruler:deskutils/kruler

KSNAPSHOT_DESC=		Screen capture program
KSNAPSHOT_RUN_DEPENDS=	${KDE_PREFIX}/bin/ksnapshot:graphics/ksnapshot

MOBIPOCKET_DESC=	Mobipocket plugins for Strigi indexing and thumbnailers
MOBIPOCKET_RUN_DEPENDS=	${KDE_PREFIX}/lib/kde4/mobithumbnail.so:graphics/kdegraphics-mobipocket-kde4 \

SANE_DESC=		Plugin for scanning on KDE
SANE_RUN_DEPENDS=	${KDE_PREFIX}/lib/kde4/ksaneplugin.so:graphics/ksaneplugin

STRIGI_DESC=		Strigi analyzers for graphics file formats
STRIGI_RUN_DEPENDS=	${KDE_PREFIX}/lib/strigi/strigiea_dvi.so:graphics/kdegraphics-strigi-analyzer-kde4

SVG_DESC=		SVG KPart
SVG_RUN_DEPENDS=	${KDE_PREFIX}/lib/kde4/svgpart.so:graphics/kdegraphics-svgpart-kde4

THUMBNAILER_DESC=	Thumbnail generator for graphics file formats
THUMBNAILER_RUN_DEPENDS=	${KDE_PREFIX}/lib/kde4/gsthumbnail.so:graphics/kdegraphics-thumbnailers-kde4

.include <bsd.port.mk>