summaryrefslogtreecommitdiff
path: root/meta-pkgs
diff options
context:
space:
mode:
authorwiz <wiz>2008-11-07 15:16:32 +0000
committerwiz <wiz>2008-11-07 15:16:32 +0000
commite0cb46c5a10e8af55d46c759a2bfc70091cf28ef (patch)
tree64d984ba570b9a935e7b6ccdbfab82958c141068 /meta-pkgs
parent483177d566da2332840593382182231fa73bffd3 (diff)
downloadpkgsrc-e0cb46c5a10e8af55d46c759a2bfc70091cf28ef.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".
Diffstat (limited to 'meta-pkgs')
-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"