2004-02-04 15:01:27 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2012-05-25 04:15:20 +02:00
|
|
|
PORTNAME= kmag
|
2008-08-09 18:52:28 +02:00
|
|
|
PORTVERSION= ${KDE4_VERSION}
|
2004-02-04 15:01:27 +01:00
|
|
|
CATEGORIES= accessibility kde
|
|
|
|
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
|
2013-03-27 12:55:25 +01:00
|
|
|
DIST_SUBDIR= KDE/${PORTVERSION}
|
2004-02-04 15:01:27 +01:00
|
|
|
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
2012-05-25 04:15:20 +02:00
|
|
|
COMMENT= KDE Screen magnifier
|
2010-09-02 23:06:27 +02:00
|
|
|
|
2012-05-25 04:15:20 +02:00
|
|
|
CONFLICTS_INSTALL= kdeaccessibility-4.[0-7].*
|
2004-02-04 15:01:27 +01:00
|
|
|
|
2013-09-20 13:02:49 +02:00
|
|
|
NO_STAGE= yes
|
2013-03-27 12:55:25 +01:00
|
|
|
USE_XZ= yes
|
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
|
|
|
USE_KDE4= kdelibs kdeprefix kdehier automoc4
|
2013-03-22 15:18:02 +01:00
|
|
|
USES= cmake:outsource
|
2012-06-06 08:44:37 +02:00
|
|
|
USE_QT4= qmake_build moc_build rcc_build uic_build
|
2010-05-11 16:21:05 +02:00
|
|
|
|
2012-05-25 04:15:20 +02:00
|
|
|
MAN1= kmag.1
|
2010-05-11 16:21:05 +02:00
|
|
|
|
2013-03-27 12:55:25 +01:00
|
|
|
# Somebody has to create port for libkdeaccessibilityclient first
|
|
|
|
CMAKE_ARGS+= -DWITH_QAccessibilityClient=off
|
|
|
|
|
2004-02-04 15:01:27 +01:00
|
|
|
.include <bsd.port.mk>
|