pkgsrc/x11/kde2/Makefile
skrll a62b3e67a6 Update to KDE 2.2.1
With apologies to Al I wouldn't know where to start with a summary of the
changes between 2.1 and 2.2.1 - there are just too many. A couple of
hopefully static URLS that contain useful information are

http://www.kde.org/announcements/changelog2_1to2_2.html
http://www.kde.org/announcements/changelog2_2to2_2_1.html

Support for a.out for kde{libs,base} added by me. The libtool/a.out
combination doesn't like the linking of modules into binaries. A better
way of doing this will appear in future versions of KDE/pkgsrc.
2001-10-15 22:45:55 +00:00

31 lines
806 B
Makefile

# $NetBSD: Makefile,v 1.3 2001/10/15 22:46:20 skrll Exp $
#
DISTNAME= kde-2.2.1
CATEGORIES= x11 kde
MASTER_SITES= # empty
DISTFILES= # empty
MAINTAINER= skrll@netbsd.org
HOMEPAGE= http://www.kde.org/
COMMENT= "meta-package" for the KDE integrated X11 desktop
DEPENDS+= kdeutils-2.2.1:../../misc/kdeutils2
DEPENDS+= kdenetwork-2.2.1:../../net/kdenetwork2
DEPENDS+= kdegraphics-2.2.1:../../graphics/kdegraphics2
DEPENDS+= kdegames-2.2.1:../../games/kdegames2
DEPENDS+= kdemultimedia-2.2.1:../../audio/kdemultimedia2
DEPENDS+= kdetoys-2.2.1:../../games/kdetoys2
DEPENDS+= kdepim-2.2.1:../../misc/kdepim2
DEPENDS+= kdeadmin-2.2.1:../../misc/kdeadmin2
USE_X11BASE= yes
EXTRACT_ONLY= # empty
NO_CHECKSUM= yes
NO_PATCH= yes
NO_CONFIGURE= yes
NO_BUILD= yes
do-install: # empty
.include "../../mk/bsd.pkg.mk"