diff options
author | miwi <miwi@FreeBSD.org> | 2009-02-09 04:23:45 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-02-09 04:23:45 +0800 |
commit | 850cef4260e9e0e88eecffb7852812ca4e46c7d5 (patch) | |
tree | 751926883c8a26153b8ecc8a0f51b356a7b6fc66 /math/kcalc/Makefile | |
parent | 74a4dc231af2c5e5c5511d5c089cac68279f5e42 (diff) | |
download | freebsd-ports-gnome-850cef4260e9e0e88eecffb7852812ca4e46c7d5.tar.gz freebsd-ports-gnome-850cef4260e9e0e88eecffb7852812ca4e46c7d5.tar.zst freebsd-ports-gnome-850cef4260e9e0e88eecffb7852812ca4e46c7d5.zip |
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.
Diffstat (limited to 'math/kcalc/Makefile')
-rw-r--r-- | math/kcalc/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/math/kcalc/Makefile b/math/kcalc/Makefile index 4b1a79df695a..23a75146b16a 100644 --- a/math/kcalc/Makefile +++ b/math/kcalc/Makefile @@ -8,16 +8,15 @@ PORTNAME= kdeutils PORTVERSION= ${KDE4_VERSION} CATEGORIES= misc kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src +MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Utilities for the KDE4 integrated X11 Desktop LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 \ - netsnmp:${PORTSDIR}/net-mgmt/net-snmp \ - qimageblitz.4:${PORTSDIR}/x11/qimageblitz \ - zip.1:${PORTSDIR}/archivers/libzip + zip.1:${PORTSDIR}/archivers/libzip \ + qimageblitz.4:${PORTSDIR}/x11/qimageblitz RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg LATEST_LINK= ${PORTNAME}4 @@ -25,10 +24,12 @@ LATEST_LINK= ${PORTNAME}4 USE_BZIP2= yes USE_QT_VER= 4 KDE4_BUILDENV= yes -USE_KDE4= kdelibs pimlibs workspace kdeprefix kdehier automoc4 +USE_KDE4= kdelibs pimlibs kdeprefix kdehier automoc4 QT_COMPONENTS= network gui porting xml \ qmake_build moc_build rcc_build uic_build +MAN1= ark.1 + post-extract: ${MKDIR} ${WRKSRC} |