26121d15ae
the KDE team's excellent work, I am initiating burn sequence for KDE 1.x. All base KDE1 ports are hereby nuked. I am also reluctantly reassuming maintainership of the KDE2 ports. Official KDE 2.1 packages built for FreeBSD 4.2-STABLE w/ XFree86 4.0.2 are available on KDE's official ftp mirrors now. Enjoy! Note: It seems that the KDE people rerolled their kdelibs and kdebase packages, and a quick examination of diffs reveal minor changes, but the port should still work. I'll fix the packaging problems that bento runs into. Approved by: kevlo
31 lines
692 B
Makefile
31 lines
692 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= 2.1
|
|
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 \
|
|
kjumpingcube:${PORTSDIR}/games/kdegames2 \
|
|
kdessh:${PORTSDIR}/misc/kdeutils2 \
|
|
kword:${PORTSDIR}/editors/koffice \
|
|
kppp:${PORTSDIR}/net/kdenetwork2 \
|
|
kview:${PORTSDIR}/graphics/kdegraphics2 \
|
|
kmidi:${PORTSDIR}/audio/kdemultimedia2
|
|
|
|
NO_BUILD= yes
|
|
|
|
do-install: # empty
|
|
|
|
.include <bsd.port.mk>
|