diff options
author | will <will@FreeBSD.org> | 2000-05-17 11:15:21 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-05-17 11:15:21 +0000 |
commit | 884142f52a3aafc537150996ae588f899f5543a5 (patch) | |
tree | ba1785d8883102058f5462005aaaa7ce6882abda /x11/kde4 | |
parent | 23c0cf7947bc0858c5e582726829bb1a59d2f8af (diff) | |
download | FreeBSD-ports-884142f52a3aafc537150996ae588f899f5543a5.zip FreeBSD-ports-884142f52a3aafc537150996ae588f899f5543a5.tar.gz |
Update the KDE meta-port to KDE 1.90 (aka KDE2 beta) so people can use
it to install the basic KDE2 stuff. Also update kdetoys to finally
remove ImageMagick dependency and allow non-i18n people to use it.
And now, KDE2 is fully imported into the tree.
Repo-copies by: asami
Diffstat (limited to 'x11/kde4')
-rw-r--r-- | x11/kde4/Makefile | 22 | ||||
-rw-r--r-- | x11/kde4/pkg-comment | 2 | ||||
-rw-r--r-- | x11/kde4/pkg-descr | 4 |
3 files changed, 14 insertions, 14 deletions
diff --git a/x11/kde4/Makefile b/x11/kde4/Makefile index 083b920..8bd405d 100644 --- a/x11/kde4/Makefile +++ b/x11/kde4/Makefile @@ -1,26 +1,24 @@ -# New ports collection makefile for: kde -# Date created: 4 November 1997 -# Whom: Satoshi Asami <asami@FreeBSD.org> +# New ports collection makefile for: KDE2 +# Date created: Sun May 14 2000 00:50:02 +# Whom: Will Andrews <will@FreeBSD.org> # # $FreeBSD$ # PORTNAME= kde -PORTVERSION= 1.1.2 +PORTVERSION= 1.90 CATEGORIES= x11 kde MASTER_SITES= # empty DISTFILES= # none EXTRACT_ONLY= # empty -MAINTAINER= se@freebsd.org +MAINTAINER= will@FreeBSD.org -LIB_DEPENDS= kdecore.3:${PORTSDIR}/x11/kdelibs11 -RUN_DEPENDS= kwm:${PORTSDIR}/x11/kdebase11 \ - kcalc:${PORTSDIR}/misc/kdeutils11 \ - kmahjongg:${PORTSDIR}/games/kdegames11 \ - kghostview:${PORTSDIR}/graphics/kdegraphics11 \ - kmail:${PORTSDIR}/net/kdenetwork11 \ - kmedia:${PORTSDIR}/audio/kdemultimedia11 +LIB_DEPENDS= kdecore.4:${PORTSDIR}/x11/kdelibs2 +RUN_DEPENDS= konqueror:${PORTSDIR}/x11/kdebase2 \ + kcalc:${PORTSDIR}/misc/kdeutils2 \ + kmahjongg:${PORTSDIR}/games/kdegames2 \ + kmail:${PORTSDIR}/net/kdenetwork2 NO_BUILD= yes diff --git a/x11/kde4/pkg-comment b/x11/kde4/pkg-comment index 82c3827..4d7b170 100644 --- a/x11/kde4/pkg-comment +++ b/x11/kde4/pkg-comment @@ -1 +1 @@ -The "meta-port" for the KDE integrated X11 desktop +The "meta-port" for KDE 2 diff --git a/x11/kde4/pkg-descr b/x11/kde4/pkg-descr index 3947b85..3fc0b78 100644 --- a/x11/kde4/pkg-descr +++ b/x11/kde4/pkg-descr @@ -4,4 +4,6 @@ This package does not contain anything by itself -- it is a "meta-port" that depends on other KDE packages. Its sole purpose is to require dependencies so users can install this package only and have all the KDE stuff pulled in by the port/package dependency -mechanism. +mechanism. This meta-port installs KDE version 2. + +WWW: http://www.kde.org/ |