diff options
author | Stefan Eßer <se@FreeBSD.org> | 1997-11-01 14:28:21 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 1997-11-01 14:28:21 +0000 |
commit | 95314d3cb3df4730770c8d90887cb080d10208ef (patch) | |
tree | 762655b57b7fb119eb65a64f78bf19b6fe56677e /x11/kdebase4-runtime/Makefile | |
parent | 1449f40eb632fd3a647673c8e0beb25268a79537 (diff) |
Intial import of the base KDE components (at level Beta1-3).
kwm - window manager
kfm - file manager
kdm - login manager (xdm replacement)
kcc - KDE config tool
kvt - xterm replacement
... and too many more to list here ...
I have not yet tested the functionality of kdm, but there seems
to be a problem with decoding the screenlock password, so it may
be wise to use KDE with xdm for now (or to use startkde, which
also shows what to add to your .xsession file, if you want to
stay with xdm).
Notes
Notes:
svn path=/head/; revision=8435
Diffstat (limited to 'x11/kdebase4-runtime/Makefile')
-rw-r--r-- | x11/kdebase4-runtime/Makefile | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/x11/kdebase4-runtime/Makefile b/x11/kdebase4-runtime/Makefile new file mode 100644 index 000000000000..b66d4c838ea8 --- /dev/null +++ b/x11/kdebase4-runtime/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: kdebase +# Version required: Beta1 +# Date created: 28 October 1997 +# Whom: Stefan Eßer <se@freebsd.org> +# +# $Id:$ +# + +DISTNAME= kdebase-Beta1-3 +CATEGORIES= x11 +MASTER_SITES= ftp://ftp.net.lut.ac.uk/kde/stable/Beta1/distribution/tgz/source/ \ + ftp://ftp.uni-erlangen.de/pub/Linux/MIRROR.KDE/stable/Beta1/distribution/tgz/source/ \ + ftp://ftp.caldera.com/pub/mirrors/kde/stable/Beta1/distribution/tgz/source/ +EXTRACT_SUFX= .src.tgz + +MAINTAINER= se@freebsd.org + +LIB_DEPENDS= qt\\.1\\.3[0-9]:${PORTSDIR}/x11/qt \ + gif\\.[23]\\.:${PORTSDIR}/graphics/giflib \ + jpeg\\.6\\.:${PORTSDIR}/graphics/jpeg \ + kdecore\\.0\\.1[1-9]:${PORTSDIR}/x11/kdelibs \ + kdeui\\.0\\.1[0-9]:${PORTSDIR}/x11/kdelibs \ + jscript\\.0\\.[1-9]:${PORTSDIR}/x11/kdelibs \ + khtmlw\\.0\\.1[1-9]:${PORTSDIR}/x11/kdelibs \ + kfm\\.0\\.[1-9]:${PORTSDIR}/x11/kdelibs \ + mediatool\\.0\\.[6-9]:${PORTSDIR}/x11/kdelibs + +HAS_CONFIGURE= yes +CONFIGURE_ARGS= "--x-inc=$(X11BASE)/include -I$(PREFIX)/include -I$(PREFIX)/include/giflib" \ + "--x-lib=$(X11BASE)/lib -L$(PREFIX)/lib" \ + "--prefix=$(PREFIX)" \ + "--datadir=$(PREFIX)/share/kde" + +WRKSRC= ${WRKDIR}/kdebase + +.include <bsd.port.mk> |