summaryrefslogtreecommitdiff
path: root/meta-pkgs/mono-gnome-bindings/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'meta-pkgs/mono-gnome-bindings/Makefile')
-rw-r--r--meta-pkgs/mono-gnome-bindings/Makefile17
1 files changed, 17 insertions, 0 deletions
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"