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 \
|
|
|
|
qca.2:${PORTSDIR}/devel/qca
|
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
|
|
|
|
USE_KDE4= kdelibs kdeprefix kdehier automoc4
|
|
|
|
KDE4_BUILDENV= yes
|
|
|
|
USE_QT_VER= 4
|
2009-01-14 00:16:38 +01:00
|
|
|
QT_COMPONENTS= opengl gui svg iconengines pixeltool \
|
|
|
|
qmake_build moc_build rcc_build uic_build
|
2006-12-19 22:19:54 +01:00
|
|
|
|
|
|
|
post-extract:
|
2008-08-09 18:52:28 +02:00
|
|
|
${MKDIR} ${WRKSRC}
|
2003-07-29 06:26:22 +02:00
|
|
|
|
2005-01-17 16:11:18 +01:00
|
|
|
.include <bsd.port.mk>
|