diff options
author | wiz <wiz> | 2008-11-10 16:35:48 +0000 |
---|---|---|
committer | wiz <wiz> | 2008-11-10 16:35:48 +0000 |
commit | 350b86e2d72f16f3fafca44ce4e8f6741237614d (patch) | |
tree | e64671c73c12fb7cfe1281b879b28834185648a7 /meta-pkgs | |
parent | 2c8569f977c776e2ebf615dc9a57c779fa1d434a (diff) | |
download | pkgsrc-350b86e2d72f16f3fafca44ce4e8f6741237614d.tar.gz |
Reimport of gnome-bindings-c++.
Diffstat (limited to 'meta-pkgs')
-rw-r--r-- | meta-pkgs/c++-gnome-bindings/DESCR | 8 | ||||
-rw-r--r-- | meta-pkgs/c++-gnome-bindings/Makefile | 41 |
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" |