diff --git a/graphics/kdegraphics/Makefile b/graphics/kdegraphics/Makefile index 9de6763b672b..f60cf01f5d91 100644 --- a/graphics/kdegraphics/Makefile +++ b/graphics/kdegraphics/Makefile @@ -1,51 +1,55 @@ PORTNAME= kdegraphics DISTVERSION= ${KDE_APPLICATIONS_VERSION} CATEGORIES= graphics kde MAINTAINER= kde@FreeBSD.org COMMENT= Graphics applications for KDE (meta port) WWW= https://apps.kde.org/categories/graphics/ USES= kde:6 metaport qt:6 USE_QT= # -OPTIONS_DEFINE= GPHOTO \ +OPTIONS_DEFINE= COLORD \ + GPHOTO \ GWENVIEW \ KCOLORCHOOSER \ KOLOURPAINT \ KRULER \ MOBIPOCKET \ SKANLITE \ SVG \ THUMBNAILER OPTIONS_DEFAULT= ${OPTIONS_DEFINE} +COLORD_DESC= Color profiles manager +COLORD_RUN_DEPENDS= colord-kde>=0:graphics/colord-kde + GPHOTO_DESC= Digital camera manager GPHOTO_RUN_DEPENDS= kamera>=${KDE_APPLICATIONS_VERSION}:graphics/kamera GWENVIEW_DESC= Image viewer and browser GWENVIEW_RUN_DEPENDS= gwenview>=${KDE_APPLICATIONS_VERSION}:graphics/gwenview KCOLORCHOOSER_DESC= Utility for colors selection KCOLORCHOOSER_RUN_DEPENDS= kcolorchooser>=${KDE_APPLICATIONS_VERSION}:graphics/kcolorchooser KOLOURPAINT_DESC= Paint application KOLOURPAINT_RUN_DEPENDS= kolourpaint>=${KDE_APPLICATIONS_VERSION}:graphics/kolourpaint KRULER_DESC= Screen ruler KRULER_RUN_DEPENDS= kruler>=${KDE_APPLICATIONS_VERSION}:deskutils/kruler SKANLITE_DESC= Simple scanning application SKANLITE_RUN_DEPENDS= skanlite>=${KDE_APPLICATIONS_VERSION}:graphics/skanlite MOBIPOCKET_DESC= Mobipocket plugins for Strigi indexing and thumbnailers MOBIPOCKET_RUN_DEPENDS= kdegraphics-mobipocket-qt6>=${KDE_APPLICATIONS_VERSION}:graphics/kdegraphics-mobipocket@qt6 SVG_DESC= SVG KPart SVG_RUN_DEPENDS= kdegraphics-svgpart>=${KDE_APPLICATIONS_VERSION}:graphics/kdegraphics-svgpart THUMBNAILER_DESC= Thumbnail generator for graphics file formats THUMBNAILER_RUN_DEPENDS= kdegraphics-thumbnailers>=${KDE_APPLICATIONS_VERSION}:graphics/kdegraphics-thumbnailers .include