summaryrefslogtreecommitdiff
path: root/meta-pkgs/c++-gnome-bindings
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2008-11-10 16:35:48 +0000
committerwiz <wiz@pkgsrc.org>2008-11-10 16:35:48 +0000
commit58f675c6eda30af7b80ed75cb4423c2fe6a503ea (patch)
treee64671c73c12fb7cfe1281b879b28834185648a7 /meta-pkgs/c++-gnome-bindings
parent1d356543757e1ba6193b9983b94bd5cca1dc2cc9 (diff)
downloadpkgsrc-58f675c6eda30af7b80ed75cb4423c2fe6a503ea.tar.gz
Reimport of gnome-bindings-c++.
Diffstat (limited to 'meta-pkgs/c++-gnome-bindings')
-rw-r--r--meta-pkgs/c++-gnome-bindings/DESCR8
-rw-r--r--meta-pkgs/c++-gnome-bindings/Makefile41
2 files changed, 49 insertions, 0 deletions
diff --git a/meta-pkgs/c++-gnome-bindings/DESCR b/meta-pkgs/c++-gnome-bindings/DESCR
new file mode 100644
index 00000000000..96128a5518e
--- /dev/null
+++ b/meta-pkgs/c++-gnome-bindings/DESCR
@@ -0,0 +1,8 @@
+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 C++ bindings for the GNOME libraries.
diff --git a/meta-pkgs/c++-gnome-bindings/Makefile b/meta-pkgs/c++-gnome-bindings/Makefile
new file mode 100644
index 00000000000..2337235d5a6
--- /dev/null
+++ b/meta-pkgs/c++-gnome-bindings/Makefile
@@ -0,0 +1,41 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/11/10 16:35:48 wiz Exp $
+
+DISTNAME= c++-gnome-bindings-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 C++ bindings for the GNOME desktop
+
+META_PACKAGE= yes
+
+# see http://ftp.gnome.org/pub/GNOME/bindings/2.24/2.24.1/sources/c++/
+
+# outdated
+#DEPENDS+= gconfmm>=2.24.0:../../devel/gconfmm
+DEPENDS+= gconfmm-[0-9]*:../../devel/gconfmm
+DEPENDS+= glibmm>=2.18.1:../../devel/glibmm
+# outdated
+#DEPENDS+= gnome-vfsmm>=2.24.0:../../sysutils/gnome-vfsmm
+DEPENDS+= gnome-vfsmm-[0-9]*:../../sysutils/gnome-vfsmm
+DEPENDS+= gtkmm>=2.14.1:../../x11/gtkmm
+# outdated
+#DEPENDS+= libglademm>=2.6.7:../../devel/libglademm
+DEPENDS+= libglademm-[0-9]*:../../devel/libglademm
+# outdated
+#DEPENDS+= libgnomecanvasmm>=2.23.1:../../graphics/libgnomecanvasmm
+DEPENDS+= libgnomecanvasmm-[0-9]*:../../graphics/libgnomecanvasmm
+# outdated
+#DEPENDS+= libgnomemm>=2.24.0:../../devel/libgnomemm
+DEPENDS+= libgnomemm-[0-9]*:../../devel/libgnomemm
+# outdated
+#DEPENDS+= libgnomeuimm>=2.24.0:../../devel/libgnomeuimm
+DEPENDS+= libgnomeuimm-[0-9]*:../../devel/libgnomeuimm
+DEPENDS+= libsigc++>=2.2.3:../../devel/libsigc++
+# outdated
+#DEPENDS+= libxml++>=2.24.0:../../textproc/libxml++
+DEPENDS+= libxml++-[0-9]*:../../textproc/libxml++
+DEPENDS+= pangomm>=2.14.0:../../devel/pangomm
+
+.include "../../mk/bsd.pkg.mk"