diff options
author | tron <tron> | 1999-11-20 20:45:20 +0000 |
---|---|---|
committer | tron <tron> | 1999-11-20 20:45:20 +0000 |
commit | 595839d2148964d4fce1fb59960592532205bbe9 (patch) | |
tree | 23a6e0b16b93c19db7a74a11ea1fba98b1ff0cfc /x11/gnome | |
parent | 11dcaefb02c0150d85745ca8ffc483a710fe9176 (diff) | |
download | pkgsrc-595839d2148964d4fce1fb59960592532205bbe9.tar.gz |
Import new "gnome" package:
"meta-package" for the GNU Network Object Model Environment
Diffstat (limited to 'x11/gnome')
-rw-r--r-- | x11/gnome/Makefile | 38 | ||||
-rw-r--r-- | x11/gnome/pkg/COMMENT | 1 | ||||
-rw-r--r-- | x11/gnome/pkg/DESCR | 4 | ||||
-rw-r--r-- | x11/gnome/pkg/PLIST | 2 |
4 files changed, 45 insertions, 0 deletions
diff --git a/x11/gnome/Makefile b/x11/gnome/Makefile new file mode 100644 index 00000000000..ecf09836c32 --- /dev/null +++ b/x11/gnome/Makefile @@ -0,0 +1,38 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/11/20 20:45:20 tron Exp $ + +DISTNAME= gnome-1.0.53 +CATEGORIES= x11 gnome +MASTER_SITES= # empty +DISTFILES= # empty + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.gnome.org/ + +DEPENDS+= control-center-*:../controlcenter +DEPENDS+= ee-*:../../graphics/ee +DEPENDS+= gdm-*:../gdm +DEPENDS+= glade-*:../../devel/glade +DEPENDS+= gmc-*:../../sysutils/gmc +DEPENDS+= gnome-audio-*:../../audio/gnome-audio +DEPENDS+= gnome-chess-*:../../games/gnome-chess +DEPENDS+= gnome-games-*:../../games/gnome-games +DEPENDS+= gnome-media-*:../../audio/gnome-media +DEPENDS+= gnome-pim-*:../../misc/gnome-pim +DEPENDS+= gnome-python-*:../gnome-python +DEPENDS+= gnome-users-guide-*:../gnome-users-guide +DEPENDS+= gnome-utils-*:../../misc/gnome-utils +DEPENDS+= gnumeric-*:../../math/gnumeric +DEPENDS+= gtk---*:../gtk-- +DEPENDS+= gtk-engines-*:../gtk-engines +DEPENDS+= xchat-*:../../net/xchat + +USE_X11= 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/gnome/pkg/COMMENT b/x11/gnome/pkg/COMMENT new file mode 100644 index 00000000000..6430b79af88 --- /dev/null +++ b/x11/gnome/pkg/COMMENT @@ -0,0 +1 @@ +"meta-package" for the GNU Network Object Model Environment diff --git a/x11/gnome/pkg/DESCR b/x11/gnome/pkg/DESCR new file mode 100644 index 00000000000..6c0befd516e --- /dev/null +++ b/x11/gnome/pkg/DESCR @@ -0,0 +1,4 @@ +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/x11/gnome/pkg/PLIST b/x11/gnome/pkg/PLIST new file mode 100644 index 00000000000..ca91c3fcb1c --- /dev/null +++ b/x11/gnome/pkg/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/11/20 20:45:20 tron Exp $ +@comment this plist intentionally left empty |