summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2006-01-15 16:35:36 +0000
committerminskim <minskim@pkgsrc.org>2006-01-15 16:35:36 +0000
commitfeadbe9c196de8ed35edb70e3771a222fa0fb4f8 (patch)
tree4a80c3d35bc4b9f92b41fd23fcb01f710c262698
parentcbb86239a19be01e4ea55f2fa871e21cf50f9597 (diff)
downloadpkgsrc-feadbe9c196de8ed35edb70e3771a222fa0fb4f8.tar.gz
Import ruby-gnome2-gnome from pkgsrc-wip. Packaged by dieter Roelants.
Ruby-GNOME 2 is a set of Ruby language bindings for the various application development libraries included with the GNOME/GTK+ environment. Ruby/GNOME2 is a Ruby binding of libgnome/libgnomeui-2.x.
-rw-r--r--x11/ruby-gnome2-gnome/DESCR5
-rw-r--r--x11/ruby-gnome2-gnome/Makefile16
-rw-r--r--x11/ruby-gnome2-gnome/PLIST3
3 files changed, 24 insertions, 0 deletions
diff --git a/x11/ruby-gnome2-gnome/DESCR b/x11/ruby-gnome2-gnome/DESCR
new file mode 100644
index 00000000000..47b4937509c
--- /dev/null
+++ b/x11/ruby-gnome2-gnome/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/GNOME2 is a Ruby binding of libgnome/libgnomeui-2.x.
diff --git a/x11/ruby-gnome2-gnome/Makefile b/x11/ruby-gnome2-gnome/Makefile
new file mode 100644
index 00000000000..7c0fdef3b67
--- /dev/null
+++ b/x11/ruby-gnome2-gnome/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/01/15 16:35:36 minskim Exp $
+#
+
+PKGNAME= ruby-gnome2-gnome-${VERSION}
+COMMENT= Ruby binding of libgnome/libgnomeui-2.x
+CATEGORIES= gnome x11
+
+RUBY_EXTCONF_SUBDIRS= gnome
+
+DEPENDS+= ruby-gnome2-gnomecanvas>=${VERSION}:../../graphics/ruby-gnome2-gnomecanvas
+
+USE_TOOLS+= pkg-config
+
+.include "../../devel/libgnome/buildlink3.mk"
+.include "../../devel/libgnomeui/buildlink3.mk"
+.include "../../meta-pkgs/ruby-gnome2/Makefile.common"
diff --git a/x11/ruby-gnome2-gnome/PLIST b/x11/ruby-gnome2-gnome/PLIST
new file mode 100644
index 00000000000..f2f212625af
--- /dev/null
+++ b/x11/ruby-gnome2-gnome/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/01/15 16:35:36 minskim Exp $
+${RUBY_SITELIBDIR}/gnome2.rb
+${RUBY_SITEARCHLIBDIR}/gnome2.${RUBY_DLEXT}