diff options
author | Steve Wills <swills@FreeBSD.org> | 2013-06-09 18:45:12 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2013-06-09 18:45:12 +0000 |
commit | 10e8c765960b51bd51eb89f4c3c3dc329dabd686 (patch) | |
tree | 8475b4052ca8f137d10825996fc421dce0f9be42 /graphics/rubygem-gdk_pixbuf2/Makefile | |
parent | a419655f0f65625b6bbe7f419b3ad9e9d544582d (diff) |
Notes
Diffstat (limited to 'graphics/rubygem-gdk_pixbuf2/Makefile')
-rw-r--r-- | graphics/rubygem-gdk_pixbuf2/Makefile | 18 |
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> |