diff options
author | skrll <skrll> | 2001-03-14 16:19:52 +0000 |
---|---|---|
committer | skrll <skrll> | 2001-03-14 16:19:52 +0000 |
commit | c22c9bb1377aadcfa642f5ffb67aa6fa042d03c5 (patch) | |
tree | 7e3df5c7bf8005fb248da11dd4fe28e868626ba7 /x11/kde2 | |
parent | 0a4e7adfed17723d8c43d28d030e55d4b976eca1 (diff) | |
download | pkgsrc-c22c9bb1377aadcfa642f5ffb67aa6fa042d03c5.tar.gz |
Import of KDE 2.1 meta-package and common makefiles.
Diffstat (limited to 'x11/kde2')
-rw-r--r-- | x11/kde2/Makefile | 31 | ||||
-rw-r--r-- | x11/kde2/Makefile.part1 | 9 | ||||
-rw-r--r-- | x11/kde2/Makefile.part2 | 35 | ||||
-rw-r--r-- | x11/kde2/pkg/DESCR | 7 | ||||
-rw-r--r-- | x11/kde2/pkg/PLIST | 2 |
5 files changed, 84 insertions, 0 deletions
diff --git a/x11/kde2/Makefile b/x11/kde2/Makefile new file mode 100644 index 00000000000..de14cfe36f8 --- /dev/null +++ b/x11/kde2/Makefile @@ -0,0 +1,31 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/03/14 16:19:52 skrll Exp $ +# + +DISTNAME= kde-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.1:../../misc/kdeutils2 +DEPENDS+= kdenetwork-2.1:../../net/kdenetwork2 +DEPENDS+= kdegraphics-2.1:../../graphics/kdegraphics2 +DEPENDS+= kdegames-2.1:../../games/kdegames2 +DEPENDS+= kdemultimedia-2.1:../../audio/kdemultimedia2 +DEPENDS+= kdetoys-2.1:../../games/kdetoys2 +DEPENDS+= kdepim-2.1:../../misc/kdepim2 +DEPENDS+= kdeadmin-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" diff --git a/x11/kde2/Makefile.part1 b/x11/kde2/Makefile.part1 new file mode 100644 index 00000000000..3f36e5b1fc6 --- /dev/null +++ b/x11/kde2/Makefile.part1 @@ -0,0 +1,9 @@ +# $NetBSD: Makefile.part1,v 1.1.1.1 2001/03/14 16:19:52 skrll Exp $ +# +MASTER_SITES= ftp://ftp.kde.org/pub/kde/stable/2.1/distribution/tar/generic/src/ \ + ftp://ftp.us.kde.org/pub/kde/stable/2.1/distribution/tar/generic/src/ \ + ftp://ftp.de.kde.org/pub/kde/stable/2.1/distribution/tar/generic/src/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= skrll@netbsd.org +HOMEPAGE= http://www.kde.org/ diff --git a/x11/kde2/Makefile.part2 b/x11/kde2/Makefile.part2 new file mode 100644 index 00000000000..ed01b5c4b3b --- /dev/null +++ b/x11/kde2/Makefile.part2 @@ -0,0 +1,35 @@ +# $NetBSD: Makefile.part2,v 1.1.1.1 2001/03/14 16:19:52 skrll Exp $ +# +USE_X11BASE= YES +USE_GMAKE= YES +USE_LIBTOOL= YES +LTCONFIG_OVERRIDE= ${WRKSRC}/admin/ltconfig +GNU_CONFIGURE= YES + +EVAL_PREFIX+= QT2DIR=qt2-libs + +CONFIGURE_ARGS= \ + "--datadir=${PREFIX}/share/kde" \ + "--with-qt-dir=${QT2DIR}/qt2" \ + "--with-qt-includes=${QT2DIR}/qt2/include" \ + "--with-qt-libraries=${QT2DIR}/qt2/lib" \ + "--with-extra-libs=${LOCALBASE}/lib:${X11BASE}/lib" \ + "--with-extra-includes=${LOCALBASE}/include:${X11BASE}/include" + +CONFIGURE_ENV= \ + KDEDIR=${PREFIX} \ + CONFIG_SITE="${PREFIX}/share/kde/config.site ${PREFIX}/etc/config.site" \ + kde_htmldir="${PREFIX}/share/doc/kde/HTML" \ + kde_appsdir="${PREFIX}/share/kde/applnk" \ + kde_icondir="${PREFIX}/share/kde/icons" \ + kde_sounddir="${PREFIX}/share/kde/sounds" \ + kde_datadir="${PREFIX}/share/kde/apps" \ + kde_locale="${PREFIX}/share/kde/locale" \ + kde_cgidir="${PREFIX}/kde-cgi-bin" \ + kde_confdir="${PREFIX}/share/kde/config" \ + kde_mimedir="${PREFIX}/share/kde/mimelnk" \ + kde_toolbardir="${PREFIX}/share/kde/toolbar" \ + kde_wallpaperdir="${PREFIX}/share/kde/wallpapers" \ + kde_templatesdir="${PREFIX}/share/kde/templates" \ + kde_servicesdir="${PREFIX}/share/kde/services" \ + kde_servicetypesdir="${PREFIX}/share/kde/servicetypes" diff --git a/x11/kde2/pkg/DESCR b/x11/kde2/pkg/DESCR new file mode 100644 index 00000000000..4b227c2c463 --- /dev/null +++ b/x11/kde2/pkg/DESCR @@ -0,0 +1,7 @@ +KDE provides an integrated X11 based environment, much like CDE. + +This package does not contain anything by itself -- it is a +"meta-package" that depends on other KDE packages. Its sole purpose is +to require dependencies so users can install this package only and +have all the KDE stuff pulled in by the port/package dependency +mechanism. diff --git a/x11/kde2/pkg/PLIST b/x11/kde2/pkg/PLIST new file mode 100644 index 00000000000..a99af07672b --- /dev/null +++ b/x11/kde2/pkg/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/03/14 16:19:52 skrll Exp $ +@comment this plist intentionally left empty |