2008-08-09 18:52:28 +02:00
|
|
|
# New ports collection Makefile for: kdegames
|
|
|
|
# Date created: 2008-02-08
|
|
|
|
# Whom: Martin Wilke <miwi@FreeBSD.org>
|
1997-11-02 12:29:32 +01:00
|
|
|
#
|
1999-08-25 08:06:33 +02:00
|
|
|
# $FreeBSD$
|
1997-11-02 12:29:32 +01:00
|
|
|
|
2000-04-14 08:53:26 +02:00
|
|
|
PORTNAME= kdegames
|
2008-08-09 18:52:28 +02:00
|
|
|
PORTVERSION= ${KDE4_VERSION}
|
1997-11-05 05:20:23 +01:00
|
|
|
CATEGORIES= games kde
|
2000-09-15 23:40:47 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_KDE}
|
The KDE FreeBSD team is proud to announce the release of KDE 4.2.0
for FreeBSD. The official KDE 4.2.0 (Codename: "The Answer") release
notes can be found at:
http://kde.org/announcements/4.2/index.php.
New supported languages include Arabic, Icelandic, Basque,
Hebrew, Romanian, Tajik and several Indian languages (Bengali India,
Gujarati, Kannada, Maithili, Marathi) indicating a rise in popularity in
this part of Asia.
New ports for KDE 4.2.0:
arabic/kde4-l10n Arabic
hebrew/kde4-l10n Hebrew
misc/kde4-l10n-bn_IN Bengali (India)
misc/kde4-l10n-eu Basque
misc/kde4-l10n-gu Gujarati
misc/kde4-l10n-is Icelandic
misc/kde4-l10n-kn Kannada
misc/kde4-l10n-mai Maithili
misc/kde4-l10n-mr Marathi
misc/kde4-l10n-ro Romanian
misc/kde4-l10n-tg Tajik
math/eigen2 Lightweight library for vector and matrix math
graphics/kipi-plugins-kde4 KDE4 kipi graphics plugins
sysutils/policykit-kde PolicyKit manager for KDE
Unfortunately FreeBSD 6.4 support is dropped.
We'd like to say thanks for feedback and help to:
Matt Tosto, Kris Moore, stickibit, David Johnson, Markus Brueffer,
David Naylor, Thomas Schlesinger, Warren Liddell, Thomas Abthorpe,
Diego Depaoli, Mats Andreassen, portmgr for exp-run and repocopies.
2009-02-08 21:23:45 +01:00
|
|
|
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
|
2001-09-10 22:22:28 +02:00
|
|
|
DIST_SUBDIR= KDE
|
1997-11-02 12:29:32 +01:00
|
|
|
|
2001-08-25 04:17:59 +02:00
|
|
|
MAINTAINER= kde@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Games for the KDE integrated X11 desktop
|
1997-11-02 12:29:32 +01:00
|
|
|
|
The KDE FreeBSD team is proud to announce the release of KDE 4.2.0
for FreeBSD. The official KDE 4.2.0 (Codename: "The Answer") release
notes can be found at:
http://kde.org/announcements/4.2/index.php.
New supported languages include Arabic, Icelandic, Basque,
Hebrew, Romanian, Tajik and several Indian languages (Bengali India,
Gujarati, Kannada, Maithili, Marathi) indicating a rise in popularity in
this part of Asia.
New ports for KDE 4.2.0:
arabic/kde4-l10n Arabic
hebrew/kde4-l10n Hebrew
misc/kde4-l10n-bn_IN Bengali (India)
misc/kde4-l10n-eu Basque
misc/kde4-l10n-gu Gujarati
misc/kde4-l10n-is Icelandic
misc/kde4-l10n-kn Kannada
misc/kde4-l10n-mai Maithili
misc/kde4-l10n-mr Marathi
misc/kde4-l10n-ro Romanian
misc/kde4-l10n-tg Tajik
math/eigen2 Lightweight library for vector and matrix math
graphics/kipi-plugins-kde4 KDE4 kipi graphics plugins
sysutils/policykit-kde PolicyKit manager for KDE
Unfortunately FreeBSD 6.4 support is dropped.
We'd like to say thanks for feedback and help to:
Matt Tosto, Kris Moore, stickibit, David Johnson, Markus Brueffer,
David Naylor, Thomas Schlesinger, Warren Liddell, Thomas Abthorpe,
Diego Depaoli, Mats Andreassen, portmgr for exp-run and repocopies.
2009-02-08 21:23:45 +01:00
|
|
|
LIB_DEPENDS= ggzcore.9:${PORTSDIR}/games/ggz-client-libs \
|
2011-03-25 11:33:51 +01:00
|
|
|
qca.2:${PORTSDIR}/devel/qca \
|
|
|
|
qhull.5:${PORTSDIR}/math/qhull \
|
|
|
|
sndfile.1:${PORTSDIR}/audio/libsndfile
|
2002-04-28 17:20:03 +02:00
|
|
|
|
2008-08-09 18:52:28 +02:00
|
|
|
LATEST_LINK= ${PORTNAME}4
|
2005-08-02 18:40:51 +02:00
|
|
|
|
2008-08-09 18:52:28 +02:00
|
|
|
USE_BZIP2= yes
|
2011-03-25 11:33:51 +01:00
|
|
|
USE_OPENAL= al
|
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_TWISTED_RUN= yes
|
|
|
|
USE_KDE4= kdelibs kdeprefix kdehier automoc4 pykde4 sharedmime
|
2008-08-09 18:52:28 +02:00
|
|
|
KDE4_BUILDENV= yes
|
|
|
|
USE_QT_VER= 4
|
2010-05-11 16:21:05 +02:00
|
|
|
QT_COMPONENTS= opengl gui svg iconengines multimedia pixeltool \
|
2009-01-14 00:16:38 +01:00
|
|
|
qmake_build moc_build rcc_build uic_build
|
2009-08-04 23:14:07 +02:00
|
|
|
MAKE_JOBS_SAFE= yes
|
2011-03-25 11:33:51 +01:00
|
|
|
CMAKE_ARGS+= -DINSTALL_KAJONGG=TRUE
|
2006-12-19 22:19:54 +01:00
|
|
|
|
2009-09-24 22:55:24 +02:00
|
|
|
OPTIONS= FREEBSD "Install FreeBSD card deck" off
|
2009-04-24 20:53:16 +02:00
|
|
|
|
2010-05-11 16:21:05 +02:00
|
|
|
.include <bsd.port.options.mk>
|
2009-04-24 20:53:16 +02:00
|
|
|
|
|
|
|
.if defined(WITH_FREEBSD)
|
2009-08-10 13:47:36 +02:00
|
|
|
RUN_DEPENDS+= kde4-freebsd-carddeck>=1.0:${PORTSDIR}/games/freebsd-carddeck-kde4
|
2009-04-24 20:53:16 +02:00
|
|
|
.endif
|
|
|
|
|
2010-05-11 16:21:05 +02:00
|
|
|
.include <bsd.port.mk>
|