aboutsummaryrefslogtreecommitdiff
path: root/graphics/rubygem-gdk_pixbuf2/Makefile
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2013-06-09 18:45:12 +0000
committerSteve Wills <swills@FreeBSD.org>2013-06-09 18:45:12 +0000
commit10e8c765960b51bd51eb89f4c3c3dc329dabd686 (patch)
tree8475b4052ca8f137d10825996fc421dce0f9be42 /graphics/rubygem-gdk_pixbuf2/Makefile
parenta419655f0f65625b6bbe7f419b3ad9e9d544582d (diff)
Notes
Diffstat (limited to 'graphics/rubygem-gdk_pixbuf2/Makefile')
-rw-r--r--graphics/rubygem-gdk_pixbuf2/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/graphics/rubygem-gdk_pixbuf2/Makefile b/graphics/rubygem-gdk_pixbuf2/Makefile
new file mode 100644
index 000000000000..9407e529df0c
--- /dev/null
+++ b/graphics/rubygem-gdk_pixbuf2/Makefile
@@ -0,0 +1,18 @@
+# $FreeBSD$
+
+PORTNAME= gdk_pixbuf2
+PORTVERSION= 2.0.2
+CATEGORIES= graphics rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= Ruby binding for GdkPixbuf2
+
+RUN_DEPENDS= rubygem-glib2>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-glib2
+
+USE_GNOME= gdkpixbuf2
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>