summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2008-11-07 15:16:32 +0000
committerwiz <wiz>2008-11-07 15:16:32 +0000
commit4c846bfc86a6b57d38b5b0e627196bdc3daa2ca3 (patch)
tree64d984ba570b9a935e7b6ccdbfab82958c141068
parent10954380a67e787f2ec4d63f88274add01627fc0 (diff)
downloadpkgsrc-4c846bfc86a6b57d38b5b0e627196bdc3daa2ca3.tar.gz
Import gnome-admin-2.24.0.90 as meta-pkgs/gnome-admin.
XXX: This is mostly added to note that the two dependencies pessulus and sabayon need to be packaged. 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. This is a meta package for the second major version of the GNOME project. It provides the GNOME administration applications, defined by the project as the "GNOME admin".
-rw-r--r--meta-pkgs/gnome-admin/DESCR9
-rw-r--r--meta-pkgs/gnome-admin/Makefile20
2 files changed, 29 insertions, 0 deletions
diff --git a/meta-pkgs/gnome-admin/DESCR b/meta-pkgs/gnome-admin/DESCR
new file mode 100644
index 00000000000..1206ec33b64
--- /dev/null
+++ b/meta-pkgs/gnome-admin/DESCR
@@ -0,0 +1,9 @@
+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.
+
+This is a meta package for the second major version of the GNOME
+project. It provides the GNOME administration applications, defined
+by the project as the "GNOME admin".
diff --git a/meta-pkgs/gnome-admin/Makefile b/meta-pkgs/gnome-admin/Makefile
new file mode 100644
index 00000000000..e588cdd443e
--- /dev/null
+++ b/meta-pkgs/gnome-admin/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/11/07 15:16:32 wiz Exp $
+
+DISTNAME= gnome-admin-2.24.0.90
+CATEGORIES= meta-pkgs x11 gnome
+MASTER_SITES= # empty
+
+MAINTAINER= drochner@NetBSD.org
+HOMEPAGE= http://www.gnome.org/
+COMMENT= Meta-package for administration applications of the GNOME desktop
+
+META_PACKAGE= yes
+
+# see http://ftp.gnome.org/pub/GNOME/admin/2.24/2.24.1/sources/
+
+# unpackaged
+#DEPENDS+= pessulus>=2.24.0:../../*/pessulus
+# unpackaged
+#DEPENDS+= sabayon>=2.22.1:../../*/sabayon
+
+.include "../../mk/bsd.pkg.mk"