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
|
2012-05-25 04:15:20 +02:00
|
|
|
MASTER_SITES= # empty
|
|
|
|
DISTFILES= # empty
|
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
|
|
|
|
2008-08-09 18:52:28 +02:00
|
|
|
LATEST_LINK= ${PORTNAME}4
|
2003-01-28 19:36:58 +01:00
|
|
|
|
2012-05-25 04:15:20 +02:00
|
|
|
USE_KDE4= kdeprefix
|
|
|
|
NO_BUILD= yes
|
|
|
|
|
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}
|
|
|
|
|
|
|
|
ARK_DESC= Install archiving tool Ark
|
|
|
|
FILELIGHT_DESC= Install file system viewer Filelight
|
|
|
|
KCALC_DESC= Install scientific calculator KCalc
|
|
|
|
KCHARSELECT_DESC= Install character selector KCharSelect
|
|
|
|
KDF_DESC= Install disk usage tool KDiskFree
|
|
|
|
KFLOPPY_DESC= Install floppy formatter KFloppy
|
|
|
|
KGPG_DESC= Install encryption tool KGpg
|
|
|
|
KREMOTECONTROL_DESC= Install KRemoteControl
|
|
|
|
KTIMER_DESC= Install countdown launcher KTimer
|
|
|
|
KWALLET_DESC= Install password manager KWallet
|
2013-03-27 12:55:25 +01:00
|
|
|
PRINTMANAGER_DESC= Install print manager
|
2013-02-03 21:10:37 +01:00
|
|
|
SUPERKARAMBA_DESC= Install widget framework SuperKaramba
|
|
|
|
SWEEPER_DESC= Install system cleaner Sweeper
|
2009-05-15 20:01:54 +02:00
|
|
|
|
2013-09-20 22:50:57 +02:00
|
|
|
NO_STAGE= yes
|
2010-05-11 16:21:05 +02:00
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
|
2013-02-03 21:10:37 +01:00
|
|
|
.if ${PORT_OPTIONS:MARK}
|
2012-05-25 04:15:20 +02:00
|
|
|
RUN_DEPENDS+= ${KDE4_PREFIX}/bin/ark:${PORTSDIR}/archivers/ark
|
|
|
|
.endif
|
|
|
|
|
2013-02-03 21:10:37 +01:00
|
|
|
.if ${PORT_OPTIONS:MFILELIGHT}
|
2011-10-17 02:03:42 +02:00
|
|
|
RUN_DEPENDS+= ${KDE4_PREFIX}/bin/filelight:${PORTSDIR}/sysutils/filelight-kde4
|
|
|
|
.endif
|
|
|
|
|
2013-02-03 21:10:37 +01:00
|
|
|
.if ${PORT_OPTIONS:MKCALC}
|
2012-05-25 04:15:20 +02:00
|
|
|
RUN_DEPENDS+= ${KDE4_PREFIX}/bin/kcalc:${PORTSDIR}/math/kcalc
|
2010-09-02 23:06:27 +02:00
|
|
|
.endif
|
|
|
|
|
2013-02-03 21:10:37 +01:00
|
|
|
.if ${PORT_OPTIONS:MKCHARSELECT}
|
2012-05-25 04:15:20 +02:00
|
|
|
RUN_DEPENDS+= ${KDE4_PREFIX}/bin/kcharselect:${PORTSDIR}/deskutils/kcharselect
|
2010-09-02 23:06:27 +02:00
|
|
|
.endif
|
|
|
|
|
2013-02-03 21:10:37 +01:00
|
|
|
.if ${PORT_OPTIONS:MKDF}
|
2012-05-25 04:15:20 +02:00
|
|
|
RUN_DEPENDS+= ${KDE4_PREFIX}/bin/kdf:${PORTSDIR}/sysutils/kdf
|
2011-10-17 02:03:42 +02:00
|
|
|
.endif
|
|
|
|
|
2013-02-03 21:10:37 +01:00
|
|
|
.if ${PORT_OPTIONS:MKFLOPPY}
|
2012-05-25 04:15:20 +02:00
|
|
|
RUN_DEPENDS+= ${KDE4_PREFIX}/bin/kfloppy:${PORTSDIR}/sysutils/kfloppy
|
2010-09-02 23:06:27 +02:00
|
|
|
.endif
|
|
|
|
|
2013-02-03 21:10:37 +01:00
|
|
|
.if ${PORT_OPTIONS:MKGPG}
|
2012-05-25 04:15:20 +02:00
|
|
|
RUN_DEPENDS+= ${KDE4_PREFIX}/bin/kgpg:${PORTSDIR}/security/kgpg-kde4
|
|
|
|
.endif
|
2010-09-02 23:06:27 +02:00
|
|
|
|
2013-02-03 21:10:37 +01:00
|
|
|
.if ${PORT_OPTIONS:MKREMOTECONTROL}
|
2012-05-25 04:15:20 +02:00
|
|
|
RUN_DEPENDS+= ${KDE4_PREFIX}/bin/krcdnotifieritem:${PORTSDIR}/comms/kremotecontrol
|
2010-05-11 16:21:05 +02:00
|
|
|
.endif
|
2009-05-15 20:01:54 +02:00
|
|
|
|
2013-02-03 21:10:37 +01:00
|
|
|
.if ${PORT_OPTIONS:MKTIMER}
|
2012-05-25 04:15:20 +02:00
|
|
|
RUN_DEPENDS+= ${KDE4_PREFIX}/bin/ktimer:${PORTSDIR}/x11-clocks/ktimer
|
2010-09-02 23:06:27 +02:00
|
|
|
.endif
|
2012-05-25 04:15:20 +02:00
|
|
|
|
2013-02-03 21:10:37 +01:00
|
|
|
.if ${PORT_OPTIONS:MKWALLET}
|
2012-05-25 04:15:20 +02:00
|
|
|
RUN_DEPENDS+= ${KDE4_PREFIX}/bin/kwalletmanager:${PORTSDIR}/security/kwallet
|
2010-09-02 23:06:27 +02:00
|
|
|
.endif
|
2012-05-25 04:15:20 +02:00
|
|
|
|
2013-03-27 12:55:25 +01:00
|
|
|
.if ${PORT_OPTIONS:MPRINTMANAGER}
|
|
|
|
RUN_DEPENDS+= ${KDE4_PREFIX}/lib/kde4/kcm_printer_manager.so:${PORTSDIR}/print/kde4-print-manager
|
2010-09-02 23:06:27 +02:00
|
|
|
.endif
|
2012-05-25 04:15:20 +02:00
|
|
|
|
2013-02-03 21:10:37 +01:00
|
|
|
.if ${PORT_OPTIONS:MSUPERKARAMBA}
|
2012-05-25 04:15:20 +02:00
|
|
|
RUN_DEPENDS+= ${KDE4_PREFIX}/bin/superkaramba:${PORTSDIR}/deskutils/superkaramba
|
2010-09-02 23:06:27 +02:00
|
|
|
.endif
|
2012-05-25 04:15:20 +02:00
|
|
|
|
2013-02-03 21:10:37 +01:00
|
|
|
.if ${PORT_OPTIONS:MSWEEPER}
|
2012-05-25 04:15:20 +02:00
|
|
|
RUN_DEPENDS+= ${KDE4_PREFIX}/bin/sweeper:${PORTSDIR}/sysutils/sweeper
|
2009-05-15 20:01:54 +02:00
|
|
|
.endif
|
|
|
|
|
2012-05-25 04:15:20 +02:00
|
|
|
do-install:
|
|
|
|
${DO_NADA}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|