1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/x11/kdebase4-runtime/Makefile
Stefan Eßer 95314d3cb3 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).
1997-11-01 14:28:21 +00:00

37 lines
1.2 KiB
Makefile

# 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>