2013-02-03 21:10:37 +01:00
|
|
|
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
1999-08-25 09:23:21 +02:00
|
|
|
# $FreeBSD$
|
1997-11-02 01:05:06 +01:00
|
|
|
|
2000-04-14 10:49:30 +02:00
|
|
|
PORTNAME= kdeutils
|
2008-08-09 18:52:28 +02:00
|
|
|
PORTVERSION= ${KDE4_VERSION}
|
|
|
|
CATEGORIES= misc kde
|
1997-11-02 01:05:06 +01:00
|
|
|
|
2008-08-09 18:52:28 +02:00
|
|
|
MAINTAINER= kde@FreeBSD.org
|
2011-10-17 02:03:42 +02:00
|
|
|
COMMENT= Collection of utilities for KDE 4
|
2004-02-05 15:20:55 +01:00
|
|
|
|
2016-08-24 10:20:31 +02:00
|
|
|
USES= kde:4 metaport
|
2012-05-25 04:15:20 +02:00
|
|
|
|
2013-02-03 21:10:37 +01:00
|
|
|
OPTIONS_DEFINE= ARK FILELIGHT KCALC KCHARSELECT KDF KFLOPPY KGPG \
|
2013-03-27 12:55:25 +01:00
|
|
|
KREMOTECONTROL KTIMER KWALLET PRINTMANAGER \
|
2013-02-03 21:10:37 +01:00
|
|
|
SUPERKARAMBA SWEEPER
|
|
|
|
OPTIONS_DEFAULT= ${OPTIONS_DEFINE}
|
|
|
|
|
2014-02-18 15:23:03 +01:00
|
|
|
ARK_DESC= Archiving tool Ark
|
2016-08-24 10:20:31 +02:00
|
|
|
ARK_RUN_DEPENDS= ${KDE_PREFIX}/bin/ark:archivers/ark
|
2014-02-18 15:23:03 +01:00
|
|
|
|
|
|
|
FILELIGHT_DESC= File system viewer Filelight
|
2016-08-24 10:20:31 +02:00
|
|
|
FILELIGHT_RUN_DEPENDS= ${KDE_PREFIX}/bin/filelight:sysutils/filelight-kde4
|
2014-02-18 15:23:03 +01:00
|
|
|
|
|
|
|
KCALC_DESC= Scientific calculator KCalc
|
2016-08-24 10:20:31 +02:00
|
|
|
KCALC_RUN_DEPENDS= ${KDE_PREFIX}/bin/kcalc:math/kcalc
|
2014-02-18 15:23:03 +01:00
|
|
|
|
|
|
|
KCHARSELECT_DESC= Character selector KCharSelect
|
2016-08-24 10:20:31 +02:00
|
|
|
KCHARSELECT_RUN_DEPENDS= ${KDE_PREFIX}/bin/kcharselect:deskutils/kcharselect
|
2014-02-18 15:23:03 +01:00
|
|
|
|
|
|
|
KDF_DESC= Disk usage tool KDiskFree
|
2016-08-24 10:20:31 +02:00
|
|
|
KDF_RUN_DEPENDS= ${KDE_PREFIX}/bin/kdf:sysutils/kdf
|
2014-02-18 15:23:03 +01:00
|
|
|
|
|
|
|
KFLOPPY_DESC= Floppy formatter KFloppy
|
2016-08-24 10:20:31 +02:00
|
|
|
KFLOPPY_RUN_DEPENDS= ${KDE_PREFIX}/bin/kfloppy:sysutils/kfloppy
|
2014-02-18 15:23:03 +01:00
|
|
|
|
|
|
|
KGPG_DESC= Encryption tool KGpg
|
2016-08-24 10:20:31 +02:00
|
|
|
KGPG_RUN_DEPENDS= ${KDE_PREFIX}/bin/kgpg:security/kgpg-kde4
|
2014-02-18 15:23:03 +01:00
|
|
|
|
|
|
|
KREMOTECONTROL_DESC= KRemoteControl
|
2016-08-24 10:20:31 +02:00
|
|
|
KREMOTECONTROL_RUN_DEPENDS= ${KDE_PREFIX}/bin/krcdnotifieritem:comms/kremotecontrol
|
2014-02-18 15:23:03 +01:00
|
|
|
|
|
|
|
KTIMER_DESC= Countdown launcher KTimer
|
2016-08-24 10:20:31 +02:00
|
|
|
KTIMER_RUN_DEPENDS= ${KDE_PREFIX}/bin/ktimer:x11-clocks/ktimer
|
2014-02-18 15:23:03 +01:00
|
|
|
|
|
|
|
KWALLET_DESC= Password manager KWallet
|
2016-08-24 10:20:31 +02:00
|
|
|
KWALLET_RUN_DEPENDS= ${KDE_PREFIX}/bin/kwalletmanager:security/kwalletmanager
|
2014-02-18 15:23:03 +01:00
|
|
|
|
|
|
|
PRINTMANAGER_DESC= Print manager
|
2016-08-24 10:20:31 +02:00
|
|
|
PRINTMANAGER_RUN_DEPENDS= ${KDE_PREFIX}/lib/kde4/kcm_printer_manager.so:print/kde4-print-manager
|
2014-02-18 15:23:03 +01:00
|
|
|
|
|
|
|
SUPERKARAMBA_DESC= Widget framework SuperKaramba
|
2016-08-24 10:20:31 +02:00
|
|
|
SUPERKARAMBA_RUN_DEPENDS= ${KDE_PREFIX}/bin/superkaramba:deskutils/superkaramba
|
2014-02-18 15:23:03 +01:00
|
|
|
|
|
|
|
SWEEPER_DESC= System cleaner Sweeper
|
2016-08-24 10:20:31 +02:00
|
|
|
SWEEPER_RUN_DEPENDS= ${KDE_PREFIX}/bin/sweeper:sysutils/sweeper
|
2012-05-25 04:15:20 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|