summaryrefslogtreecommitdiff
path: root/meta-pkgs
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2008-11-07 15:16:32 +0000
committerwiz <wiz@pkgsrc.org>2008-11-07 15:16:32 +0000
commitb76cfaf6b9456588574de346de4a718da3ea20ca (patch)
tree64d984ba570b9a935e7b6ccdbfab82958c141068 /meta-pkgs
parent424d5453229b346d6055273875ebd01a5e2d05b3 (diff)
downloadpkgsrc-b76cfaf6b9456588574de346de4a718da3ea20ca.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"