1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/x11/kde3/Makefile
Will Andrews 2fc2dde59c 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
2000-05-17 11:15:21 +00:00

28 lines
565 B
Makefile

# 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.90
CATEGORIES= x11 kde
MASTER_SITES= # empty
DISTFILES= # none
EXTRACT_ONLY= # empty
MAINTAINER= will@FreeBSD.org
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
do-install: # empty
.include <bsd.port.mk>