diff options
Diffstat (limited to 'graphics/ruby-gnome2-gdkpixbuf')
-rw-r--r-- | graphics/ruby-gnome2-gdkpixbuf/DESCR | 5 | ||||
-rw-r--r-- | graphics/ruby-gnome2-gdkpixbuf/Makefile | 14 | ||||
-rw-r--r-- | graphics/ruby-gnome2-gdkpixbuf/PLIST | 3 |
3 files changed, 22 insertions, 0 deletions
diff --git a/graphics/ruby-gnome2-gdkpixbuf/DESCR b/graphics/ruby-gnome2-gdkpixbuf/DESCR new file mode 100644 index 00000000000..2267e9a80c8 --- /dev/null +++ b/graphics/ruby-gnome2-gdkpixbuf/DESCR @@ -0,0 +1,5 @@ +Ruby-GNOME 2 is a set of Ruby language bindings for the various +application development libraries included with the GNOME/GTK+ +environment. + +Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x. diff --git a/graphics/ruby-gnome2-gdkpixbuf/Makefile b/graphics/ruby-gnome2-gdkpixbuf/Makefile new file mode 100644 index 00000000000..b70c52102e0 --- /dev/null +++ b/graphics/ruby-gnome2-gdkpixbuf/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/01/08 03:18:51 minskim Exp $ +# + +PKGNAME= ruby-gnome2-gdkpixbuf-${VERSION} +COMMENT= Ruby binding of GdkPixbuf-2.x +CATEGORIES= graphics devel + +RUBY_EXTCONF_SUBDIRS= gdkpixbuf + +DEPENDS+= ruby-gnome2-glib>=${VERSION}:../../devel/ruby-gnome2-glib +USE_TOOLS+= pkg-config + +.include "../../x11/gtk2/buildlink3.mk" +.include "../../meta-pkgs/ruby-gnome2/Makefile.common" diff --git a/graphics/ruby-gnome2-gdkpixbuf/PLIST b/graphics/ruby-gnome2-gdkpixbuf/PLIST new file mode 100644 index 00000000000..2ef48ecc0dd --- /dev/null +++ b/graphics/ruby-gnome2-gdkpixbuf/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/01/08 03:18:51 minskim Exp $ +${RUBY_SITELIBDIR}/gdk_pixbuf2.rb +${RUBY_SITELIBDIR}/${MACHINE_ARCH}-${LOWER_OPSYS}elf/gdk_pixbuf2.so |