diff options
author | jmmv <jmmv> | 2004-01-24 21:25:04 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2004-01-24 21:25:04 +0000 |
commit | c2731b188ba64014b8fd749bf0aca0fbf3411c13 (patch) | |
tree | bf30764679b97452c94f701fcc006831d09cc635 /meta-pkgs | |
parent | 89a6ada3dfd71a92f11a76d316ac5371072a805b (diff) | |
download | pkgsrc-c2731b188ba64014b8fd749bf0aca0fbf3411c13.tar.gz |
Reimport of the gnome meta-pkg as gnome1, version 1.4.2.1nb5.
Diffstat (limited to 'meta-pkgs')
-rw-r--r-- | meta-pkgs/gnome1/DESCR | 5 | ||||
-rw-r--r-- | meta-pkgs/gnome1/Makefile | 49 | ||||
-rw-r--r-- | meta-pkgs/gnome1/PLIST | 2 |
3 files changed, 56 insertions, 0 deletions
diff --git a/meta-pkgs/gnome1/DESCR b/meta-pkgs/gnome1/DESCR new file mode 100644 index 00000000000..62b5c5659aa --- /dev/null +++ b/meta-pkgs/gnome1/DESCR @@ -0,0 +1,5 @@ +GNOME is the GNU Network Object Model Environment. + +The GNOME project intends to build a complete, easy-to-use desktop +environment for the user, and a powerful application framework for +the software developer. diff --git a/meta-pkgs/gnome1/Makefile b/meta-pkgs/gnome1/Makefile new file mode 100644 index 00000000000..4d2b58102dc --- /dev/null +++ b/meta-pkgs/gnome1/Makefile @@ -0,0 +1,49 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/01/24 21:25:04 jmmv Exp $ + +DISTNAME= gnome-1.4.2.1 +PKGREVISION= 5 +CATEGORIES= meta-pkgs x11 gnome +MASTER_SITES= # empty +DISTFILES= # empty + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://www.gnome.org/ +COMMENT= Meta-package for the GNU Network Object Model Environment + +DEPENDS+= gnome-core>=1.4.2:../../x11/gnome-core +DEPENDS+= ee>=0.3.12nb3:../../graphics/ee +DEPENDS+= gdm>=2.2.0nb2:../../x11/gdm1 +DEPENDS+= ggv>=1.0.2nb5:../../print/ggv +DEPENDS+= glade>=0.6.2nb4:../../devel/glade +DEPENDS+= gmc>=4.5.51nb2:../../sysutils/gmc +DEPENDS+= gnome-applets>=1.4.0.4nb3:../../x11/gnome-applets +DEPENDS+= gnome-audio>=1.4.0:../../audio/gnome-audio +DEPENDS+= gnome-chess>=0.3.3nb4:../../games/gnome-chess +DEPENDS+= gnome-games>1.4.0:../../games/gnome-games +DEPENDS+= gnome-media>=1.2.3nb3:../../audio/gnome-media +DEPENDS+= gnome-pim>=1.4.6:../../misc/gnome-pim +DEPENDS+= gnome-users-guide>=1.2:../../x11/gnome-users-guide +DEPENDS+= gnome-utils>=1.4.1.2:../../misc/gnome-utils +DEPENDS+= evolution>=1.2.1:../../mail/evolution12 +.if exists(/usr/include/wctype.h) +DEPENDS+= gnumeric>=0.75nb5:../../math/gnumeric +.else +DEPENDS+= gnumeric>=0.75nb5:../../math/gnumeric0 +.endif +DEPENDS+= gtk-->=1.2.10:../../x11/gtk-- +DEPENDS+= gtk-engines>=0.12:../../x11/gtk-engines +DEPENDS+= gtop>=1.0.13nb2:../../sysutils/gtop +DEPENDS+= pan>=0.11.4nb2:../../news/pan +DEPENDS+= xchat-gnome>=1.8.10nb3:../../chat/xchat-gnome + +USE_X11= yes +USE_BUILDLINK2= yes +EXTRACT_ONLY= # empty +NO_CHECKSUM= yes +NO_CONFIGURE= yes +NO_BUILD= yes + +do-install: # empty + +.include "../../x11/gnome-python/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/meta-pkgs/gnome1/PLIST b/meta-pkgs/gnome1/PLIST new file mode 100644 index 00000000000..b2ed8cd6835 --- /dev/null +++ b/meta-pkgs/gnome1/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/01/24 21:25:05 jmmv Exp $ +@comment this plist intentionally left empty |