summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"