summaryrefslogtreecommitdiffstats
path: root/graphics/kdegraphics4/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/kdegraphics4/Makefile')
-rw-r--r--graphics/kdegraphics4/Makefile45
1 files changed, 23 insertions, 22 deletions
diff --git a/graphics/kdegraphics4/Makefile b/graphics/kdegraphics4/Makefile
index f196905..fafbf26 100644
--- a/graphics/kdegraphics4/Makefile
+++ b/graphics/kdegraphics4/Makefile
@@ -1,7 +1,4 @@
-# New ports collection Makefile for: kdegraphics
-# Date created: 2008-01-31
-# Whom: Martin Wilke <miwi@FreeBSD.org>
-#
+# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$
PORTNAME= kdegraphics
@@ -23,51 +20,55 @@ LATEST_LINK= ${PORTNAME}4
USE_KDE4= kdeprefix
NO_BUILD= yes
-OPTIONS= GPHOTO2 "Digital camera manager" on \
- GWENVIEW "Image viewer and browser" on \
- KCOLORCHOOSER "Utility for colors selection" on \
- KGAMMA "Monitor calibration tool" on \
- KRULER "Screen ruler" on \
- KOLOURPAINT "Paint application" on \
- KSNAPSHOT "Screen capture program" on \
- OKULAR "Universal document viewer" on \
- SANE "Plugin for scanning on KDE" on
+OPTIONS_DEFINE= GPHOTO GWENVIEW KCOLORCHOOSER KGAMMA KRULER \
+ KOLOURPAINT KSNAPSHOT OKULAR SANE
+OPTIONS_DEFAULT=${OPTIONS_DEFINE}
+
+GPHOTO_DESC= Digital camera manager
+GWENVIEW_DESC= Image viewer and browser
+KCOLORCHOOSER_DESC= Utility for colors selection
+KGAMMA_DESC= Monitor calibration tool
+KRULER_DESC= Screen ruler
+KOLOURPAINT_DESC= Paint application
+KSNAPSHOT_DESC= Screen capture program
+OKULAR_DESC= Universal document viewer
+SANE_DESC= Plugin for scanning on KDE
.include <bsd.port.options.mk>
-.ifndef(WITHOUT_GPHOTO2)
+.if ${PORT_OPTIONS:MGPHOTO}
RUN_DEPENDS+= ${KDE4_PREFIX}/lib/kde4/kio_kamera.so:${PORTSDIR}/graphics/kamera-kde4
.endif
-.ifndef(WITHOUT_GWENVIEW)
+.if ${PORT_OPTIONS:MGWENVIEW}
RUN_DEPENDS+= ${KDE4_PREFIX}/bin/gwenview:${PORTSDIR}/graphics/gwenview-kde4
.endif
-.ifndef(WITHOUT_KCOLORCHOOSER)
+.if ${PORT_OPTIONS:MKCOLORCHOOSER}
RUN_DEPENDS+= ${KDE4_PREFIX}/bin/kcolorchooser:${PORTSDIR}/graphics/kcolorchooser
.endif
-.ifndef(WITHOUT_KGAMMA)
+.if ${PORT_OPTIONS:MKGAMMA}
RUN_DEPENDS+= ${KDE4_PREFIX}/bin/xf86gammacfg:${PORTSDIR}/x11/kgamma
.endif
-.ifndef(WITHOUT_KRULER)
+.if ${PORT_OPTIONS:MKRULER}
RUN_DEPENDS+= ${KDE4_PREFIX}/bin/kruler:${PORTSDIR}/deskutils/kruler
.endif
-.ifndef(WITHOUT_KOLOURPAINT)
+.if ${PORT_OPTIONS:MKOLOURPAINT}
RUN_DEPENDS+= ${KDE4_PREFIX}/bin/kolourpaint:${PORTSDIR}/graphics/kolourpaint
.endif
-.ifndef(WITHOUT_KSNAPSHOT)
+.if ${PORT_OPTIONS:MKSNAPSHOT}
RUN_DEPENDS+= ${KDE4_PREFIX}/bin/ksnapshot:${PORTSDIR}/graphics/ksnapshot
.endif
-.ifndef(WITHOUT_OKULAR)
+.if ${PORT_OPTIONS:MOKULAR}
USE_KDE4+= okular_run
.endif
-.ifndef(WITHOUT_SANE)
+.if ${PORT_OPTIONS:MSANE}
RUN_DEPENDS+= ${KDE4_PREFIX}/lib/kde4/ksaneplugin.so:${PORTSDIR}/graphics/ksaneplugin
.endif
OpenPOWER on IntegriCloud