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
|
|
|
|
2012-05-25 04:15:20 +02:00
|
|
|
PORTNAME= kgpg
|
2008-08-09 18:52:28 +02:00
|
|
|
PORTVERSION= ${KDE4_VERSION}
|
2012-05-25 04:15:20 +02:00
|
|
|
CATEGORIES= security kde
|
2008-08-09 18:52:28 +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
|
2013-03-27 12:55:25 +01:00
|
|
|
DIST_SUBDIR= KDE/${PORTVERSION}
|
1997-11-02 01:05:06 +01:00
|
|
|
|
2008-08-09 18:52:28 +02:00
|
|
|
MAINTAINER= kde@FreeBSD.org
|
2012-05-25 04:15:20 +02:00
|
|
|
COMMENT= Encryption tool for KDE
|
2011-10-17 02:03:42 +02:00
|
|
|
|
2009-05-09 21:38:16 +02:00
|
|
|
RUN_DEPENDS= gpg2:${PORTSDIR}/security/gnupg
|
2004-02-05 15:20:55 +01:00
|
|
|
|
2012-05-25 04:15:20 +02:00
|
|
|
CONFLICTS_INSTALL_INSTALL= kdeutils-4.[0-7].*
|
2008-08-09 18:52:28 +02:00
|
|
|
LATEST_LINK= ${PORTNAME}4
|
2003-01-28 19:36:58 +01:00
|
|
|
|
2013-03-27 12:55:25 +01:00
|
|
|
USE_XZ= yes
|
2012-05-25 04:15:20 +02:00
|
|
|
USE_KDE4= kdeprefix kdehier automoc4 kdelibs pimlibs
|
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
|
2004-11-08 01:34:12 +01:00
|
|
|
|
2013-09-21 00:55:24 +02:00
|
|
|
NO_STAGE= yes
|
2012-05-25 04:15:20 +02:00
|
|
|
.include <bsd.port.mk>
|