aboutsummaryrefslogtreecommitdiff
path: root/devel/gio-sharp/Makefile
diff options
context:
space:
mode:
authorRomain Tartière <romain@FreeBSD.org>2011-06-19 23:45:25 +0000
committerRomain Tartière <romain@FreeBSD.org>2011-06-19 23:45:25 +0000
commit5d45aaa78de42225c3d21dc2b0fe57c3f4e5ebb4 (patch)
treebd4444dd69076b0b2bebbb5e50ae0e954b438867 /devel/gio-sharp/Makefile
parent2f3f8513f3eb6bd52077a44c1f90365ddf5bf763 (diff)
downloadports-5d45aaa78de42225c3d21dc2b0fe57c3f4e5ebb4.tar.gz
ports-5d45aaa78de42225c3d21dc2b0fe57c3f4e5ebb4.zip
gio-sharp binds the GIO API, which isn't available in Gtk#.
Notes
Notes: svn path=/head/; revision=275864
Diffstat (limited to 'devel/gio-sharp/Makefile')
-rw-r--r--devel/gio-sharp/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/devel/gio-sharp/Makefile b/devel/gio-sharp/Makefile
new file mode 100644
index 000000000000..b3fdf015e8be
--- /dev/null
+++ b/devel/gio-sharp/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: gio-sharp
+# Date created: 2011-04-26
+# Whom: Romain Tartiere <romain@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= gio-sharp
+PORTVERSION= 2.22.3
+CATEGORIES= devel
+MASTER_SITES= http://ftp.novell.com/pub/mono/sources/${PORTNAME}/
+
+MAINTAINER= mono@FreeBSD.org
+COMMENT= GIO bindings not available in gtk-sharp
+
+USE_BZIP2= yes
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+USE_GNOME= gnomehack gtksharp20
+
+.include <bsd.port.mk>