f564508406
kdeaccessibility4 and kdeutils4 are now meta ports. deskutils/kdepim4 updated to match KDE SC version, old kdepim preserved in deskutils/kdepim44. Follow UPDATING instruction! New ports: - accessibility/kaccessible - accessibility/kmag - accessibility/kmousetool - accessibility/kmouth - archivers/ark - comms/kremotecontrol - deskutils/kcharselect - deskutils/kdepim44 - deskutils/kdepim44-runtime - deskutils/superkaramba - devel/kdebindings4-perl-perlkde - devel/kdebindings4-perl-perlqt - math/analitza - math/kcalc - misc/kde4-l10n-fa - security/kgpg-kde4 - security/kwallet - sysutils/kdf - sysutils/kfloppy - sysutils/sweeper - vietnamese/kde4-l10n - x11-clocks/ktimer - x11/kactivities - x11/libkonq Removed ports: - devel/kdebindings4-kross-interpreters - devel/kdebindings4-python - devel/kdebindings4-ruby - devel/kdebindings4-smoke
128 lines
3.2 KiB
Makefile
128 lines
3.2 KiB
Makefile
# New ports collection Makefile for: kdeedu
|
|
# Date created: 2008-01-31
|
|
# Whom: Martin Wilke <miwi@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= kdeedu
|
|
PORTVERSION= ${KDE4_VERSION}
|
|
CATEGORIES= misc kde
|
|
MASTER_SITES= # empty
|
|
DISTFILES= # empty
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Set of entertaining, educational programs for KDE 4 (meta-port)
|
|
|
|
LATEST_LINK= ${PORTNAME}4
|
|
|
|
USE_KDE4= kdeprefix
|
|
NO_BUILD= yes
|
|
|
|
OPTIONS= BLINKEN "Memory enhancement game" on \
|
|
CANTOR "Frontend to mathematical software" on \
|
|
KALGEBRA "Graph calculator" on \
|
|
KALZIUM "Periodic table of elements (requires GCC 4.5+)" off \
|
|
KANAGRAM "Letter order game" on \
|
|
KBRUCH "Application to exercise fractions" on \
|
|
KGEOGRAPHY "Geography trainer" on \
|
|
KHANGMAN "Hangman game" on \
|
|
KIG "Interactive geometry application" on \
|
|
KITEN "Japanese reference/study tool" on \
|
|
KLETTRES "Alphabet learning tool" on \
|
|
KMPLOT "Mathematical function plotter" on \
|
|
KSTARS "Desktop planetarium" on \
|
|
KTOUCH "Touch typing tutor" on \
|
|
KTURTLE "Educational programming environment" on \
|
|
KWORDQUIZ "Flash card trainer" on \
|
|
MARBLE "Virtual globe and world atlas" on \
|
|
PARLEY "Vocabulary trainer" on \
|
|
ROCS "Graph teory IDE" on \
|
|
STEP "Interactive physics simulator" on
|
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
.ifndef(WITHOUT_BLINKEN)
|
|
RUN_DEPENDS+= ${KDE4_PREFIX}/bin/blinken:${PORTSDIR}/games/blinken
|
|
.endif
|
|
|
|
.ifndef(WITHOUT_CANTOR)
|
|
RUN_DEPENDS+= ${KDE4_PREFIX}/bin/cantor:${PORTSDIR}/math/cantor
|
|
.endif
|
|
|
|
.ifndef(WITHOUT_KALGEBRA)
|
|
RUN_DEPENDS+= ${KDE4_PREFIX}/bin/kalgebra:${PORTSDIR}/math/kalgebra
|
|
.endif
|
|
|
|
.ifndef(WITHOUT_KALZIUM)
|
|
RUN_DEPENDS+= ${KDE4_PREFIX}/bin/kalzium:${PORTSDIR}/science/kalzium
|
|
.endif
|
|
|
|
.ifndef(WITHOUT_KANAGRAM)
|
|
RUN_DEPENDS+= ${KDE4_PREFIX}/bin/kanagram:${PORTSDIR}/games/kanagram
|
|
.endif
|
|
|
|
.ifndef(WITHOUT_KBRUCH)
|
|
RUN_DEPENDS+= ${KDE4_PREFIX}/bin/kbruch:${PORTSDIR}/math/kbruch
|
|
.endif
|
|
|
|
.ifndef(WITHOUT_KGEOGRAPHY)
|
|
RUN_DEPENDS+= ${KDE4_PREFIX}/bin/kgeography:${PORTSDIR}/misc/kgeography
|
|
.endif
|
|
|
|
.ifndef(WITHOUT_KHANGMAN)
|
|
RUN_DEPENDS+= ${KDE4_PREFIX}/bin/khangman:${PORTSDIR}/games/khangman
|
|
.endif
|
|
|
|
.ifndef(WITHOUT_KIG)
|
|
RUN_DEPENDS+= ${KDE4_PREFIX}/bin/kig:${PORTSDIR}/math/kig
|
|
.endif
|
|
|
|
.ifndef(WITHOUT_KITEN)
|
|
RUN_DEPENDS+= ${KDE4_PREFIX}/bin/kiten:${PORTSDIR}/japanese/kiten
|
|
.endif
|
|
|
|
.ifndef(WITHOUT_KLETTRES)
|
|
RUN_DEPENDS+= ${KDE4_PREFIX}/bin/klettres:${PORTSDIR}/misc/klettres
|
|
.endif
|
|
|
|
.ifndef(WITHOUT_KMPLOT)
|
|
RUN_DEPENDS+= ${KDE4_PREFIX}/bin/kmplot:${PORTSDIR}/math/kmplot
|
|
.endif
|
|
|
|
.ifndef(WITHOUT_KSTARS)
|
|
RUN_DEPENDS+= ${KDE4_PREFIX}/bin/kstars:${PORTSDIR}/astro/kstars
|
|
.endif
|
|
|
|
.ifndef(WITHOUT_KTOUCH)
|
|
RUN_DEPENDS+= ${KDE4_PREFIX}/bin/ktouch:${PORTSDIR}/misc/ktouch
|
|
.endif
|
|
|
|
.ifndef(WITHOUT_KTURTLE)
|
|
RUN_DEPENDS+= ${KDE4_PREFIX}/bin/kturtle:${PORTSDIR}/lang/kturtle
|
|
.endif
|
|
|
|
.ifndef(WITHOUT_KWORDQUIZ)
|
|
RUN_DEPENDS+= ${KDE4_PREFIX}/bin/kwordquiz:${PORTSDIR}/misc/kwordquiz
|
|
.endif
|
|
|
|
.ifndef(WITHOUT_MARBLE)
|
|
USE_KDE4+= marble_run
|
|
.endif
|
|
|
|
.ifndef(WITHOUT_PARLEY)
|
|
RUN_DEPENDS+= ${KDE4_PREFIX}/bin/parley:${PORTSDIR}/misc/parley
|
|
.endif
|
|
|
|
.ifndef(WITHOUT_ROCS)
|
|
RUN_DEPENDS+= ${KDE4_PREFIX}/bin/rocs:${PORTSDIR}/math/rocs
|
|
.endif
|
|
|
|
.ifndef(WITHOUT_STEP)
|
|
RUN_DEPENDS+= ${KDE4_PREFIX}/bin/step:${PORTSDIR}/science/step
|
|
.endif
|
|
|
|
do-install:
|
|
${DO_NADA}
|
|
|
|
.include <bsd.port.mk>
|