diff options
author | wiz <wiz@pkgsrc.org> | 2008-11-10 16:36:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-11-10 16:36:05 +0000 |
commit | 82a5d2af4bc0d8e803ceed44e9346386a4b8cb6c (patch) | |
tree | abc57df3698ca2b173ceaa4fc09a382d7c143bc0 /meta-pkgs | |
parent | 58f675c6eda30af7b80ed75cb4423c2fe6a503ea (diff) | |
download | pkgsrc-82a5d2af4bc0d8e803ceed44e9346386a4b8cb6c.tar.gz |
Reimport of gnome-bindings-mono.
Diffstat (limited to 'meta-pkgs')
-rw-r--r-- | meta-pkgs/mono-gnome-bindings/DESCR | 8 | ||||
-rw-r--r-- | meta-pkgs/mono-gnome-bindings/Makefile | 17 |
2 files changed, 25 insertions, 0 deletions
diff --git a/meta-pkgs/mono-gnome-bindings/DESCR b/meta-pkgs/mono-gnome-bindings/DESCR new file mode 100644 index 00000000000..20f65cca1e2 --- /dev/null +++ b/meta-pkgs/mono-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 Mono (C#) bindings for the GNOME libraries. diff --git a/meta-pkgs/mono-gnome-bindings/Makefile b/meta-pkgs/mono-gnome-bindings/Makefile new file mode 100644 index 00000000000..283947fcac5 --- /dev/null +++ b/meta-pkgs/mono-gnome-bindings/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/11/10 16:36:05 wiz Exp $ + +DISTNAME= mono-gnome-bindings-2.24.1 +CATEGORIES= meta-pkgs x11 gnome +MASTER_SITES= # empty + +MAINTAINER= drochner@NetBSD.org +HOMEPAGE= http://www.gnome.org/ +COMMENT= Meta-package for Mono (C#) bindings for the GNOME desktop + +META_PACKAGE= yes + +# see http://ftp.gnome.org/pub/GNOME/bindings/2.24/2.24.1/sources/mono/ + +DEPENDS+= gtk-sharp>=2.12.4:../../x11/gtk-sharp + +.include "../../mk/bsd.pkg.mk" |