0ea52f99b4
USE_KDE4=kdehier component has been deprecated, new components added: baloo - Baloo core libraries baloo-widgets - Baloo widgets library kfilemetadata - KDE library for extracting file metadata New ports: graphics/kqtquickcharts - QtQuick plugin to render interactive charts misc/artikulate - Pronunciation trainer for KDE (not usable currently, links to both GStreamer 1.x and 0.10.x via dependencies) sysutils/baloo[-widgets] - KDE framework for searching and managing user metadata sysutils/kfilemetadata - Library for extracting file metadata l10n ports: - Farsi (Persian) and Indonesian translations has been readded - Vietnamese didn't pass threshold for inclusion into release astro/kstars: - switch dependency from math/eigen2 to math/eigen3 - add PYKDE option for updating supernovae data deskutils/kdepim4: - update dependencies: add libkgapi and baloo, remove now needless clucene, link-grammar, strigi - add patch to fix build with gcc42 - update COMMENT and description for all KDE PIM ports devel/ruby-krossruby: - remove BROKEN, it builds with ruby 2.x now editors/kate: - add patch to disable memory-hungry build of the kate tests [1] graphics/okular: - add dependency on graphics/libkscreen math/cantor: - add optional dependency on lang/luajit for LuaJIT backend - fix gfortran detection [2] misc/kdehier4: - adapt to new pkg world. Now the purpose of kdehier4 only to link some stuff between KDE4_PREFIX and LOCALBASE. science/kalzium: - switch dependency from math/eigen2 to math/eigen3 - add dependence on science/chemical-mime-data x11-themes/kdeartwork4 - switch dependency from math/eigen2 to math/eigen3 among other changes: - drop deprecated USE_KDE4=kdehier - drop @dirrm from plist - clean up pkg-descr - convert to options helpers - other portlint fixes The area51 repository features commits by alonso, rakuco and myself. PR: 187150 [1] Reported by: pe.freethread@live.com Patch by: Tobias Berner <tcberner@gmail.com> PR: 180674 [2] Reported by: torsten.eichstaedt@web.de PR: 194316 Exp-run: antoine
67 lines
2.4 KiB
Makefile
67 lines
2.4 KiB
Makefile
# Created by: Will Andrews <will@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= kde
|
|
PORTVERSION= ${KDE4_VERSION}
|
|
CATEGORIES= x11 kde
|
|
DISTFILES= # none
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KDE Software Compilation 4 (meta port)
|
|
|
|
USE_KDE4= baseapps_run kdeprefix runtime_run workspace_run
|
|
NO_BUILD= yes
|
|
NO_INSTALL= yes
|
|
NO_MTREE= yes
|
|
|
|
OPTIONS_DEFINE= KDEACCESSIBILITY KDEADMIN KDEARTWORK KDEBINDINGS KDEEDU \
|
|
KDEGAMES KDEGRAPHICS KDEMULTIMEDIA KDENETWORK \
|
|
KDEPLASMA KDEPIM KDESDK KDETOYS KDEUTILS KDEWEBDEV
|
|
OPTIONS_DEFAULT=${OPTIONS_DEFINE:NKDEBINDINGS}
|
|
|
|
KDEACCESSIBILITY_DESC= Accessibility applications
|
|
KDEACCESSIBILITY_RUN_DEPENDS= kdeaccessibility>=${KDE4_VERSION}:${PORTSDIR}/accessibility/kdeaccessibility4
|
|
|
|
KDEADMIN_DESC= Administration utilities
|
|
KDEADMIN_RUN_DEPENDS= kdeadmin>=${KDE4_VERSION}:${PORTSDIR}/sysutils/kdeadmin4
|
|
|
|
KDEARTWORK_DESC= Additional screensavers and wallpapers
|
|
KDEARTWORK_RUN_DEPENDS= ${KDE4_PREFIX}/bin/kxsconfig:${PORTSDIR}/x11-themes/kdeartwork4
|
|
|
|
KDEBINDINGS_DESC= Bindings for programming languages
|
|
KDEBINDINGS_RUN_DEPENDS= kdebindings>=${KDE4_VERSION}:${PORTSDIR}/devel/kdebindings4
|
|
|
|
KDEEDU_DESC= Entertaining, educational programs
|
|
KDEEDU_RUN_DEPENDS= kdeedu>=${KDE4_VERSION}:${PORTSDIR}/misc/kdeedu4
|
|
|
|
KDEGAMES_DESC= Collection of games
|
|
KDEGAMES_RUN_DEPENDS= kdegames>=${KDE4_VERSION}:${PORTSDIR}/games/kdegames4
|
|
|
|
KDEGRAPHICS_DESC= Graphics utilities
|
|
KDEGRAPHICS_RUN_DEPENDS= kdegraphics>=${KDE4_VERSION}:${PORTSDIR}/graphics/kdegraphics4
|
|
|
|
KDEMULTIMEDIA_DESC= Multimedia applications
|
|
KDEMULTIMEDIA_RUN_DEPENDS= kdemultimedia>=${KDE4_VERSION}:${PORTSDIR}/multimedia/kdemultimedia4
|
|
|
|
KDENETWORK_DESC= Network-related programs
|
|
KDENETWORK_RUN_DEPENDS= kdenetwork>=${KDE4_VERSION}:${PORTSDIR}/net/kdenetwork4
|
|
|
|
KDEPIM_DESC= Personal information management
|
|
KDEPIM_RUN_DEPENDS= ${KDE4_PREFIX}/bin/kmail:${PORTSDIR}/deskutils/kdepim4
|
|
|
|
KDEPLASMA_DESC= Extra plasmoids and plugins for Plasma
|
|
KDEPLASMA_RUN_DEPENDS= ${KDE4_PREFIX}/bin/lancelot:${PORTSDIR}/deskutils/kdeplasma-addons
|
|
|
|
KDESDK_DESC= Software development kit
|
|
KDESDK_RUN_DEPENDS= kdesdk>=${KDE4_VERSION}:${PORTSDIR}/devel/kdesdk4
|
|
|
|
KDETOYS_DESC= Miscellaneous small applications
|
|
KDETOYS_RUN_DEPENDS= kdetoys>=${KDE4_VERSION}:${PORTSDIR}/x11-clocks/kdetoys4
|
|
|
|
KDEUTILS_DESC= Set of generic utilities
|
|
KDEUTILS_RUN_DEPENDS= kdeutils>=${KDE4_VERSION}:${PORTSDIR}/misc/kdeutils4
|
|
|
|
KDEWEBDEV_DESC= Web development environment
|
|
KDEWEBDEV_RUN_DEPENDS= ${KDE4_PREFIX}/bin/klinkstatus:${PORTSDIR}/www/kdewebdev4
|
|
|
|
.include <bsd.port.mk>
|