# $Id$ PortSystem 1.0 PortGroup ruby 1.0 ruby.setup {gtk2 ruby-gnome2} 0.19.1 extconf.rb \ { gtk/README gtk/sample gdkpixbuf/sample } \ sourceforge:ruby-gnome2 revision 0 maintainers kimuraw platforms darwin description Ruby/GTK2 is a Ruby binding of GTK+-2.0.x. \ Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x. long_description Ruby/GTK2 is a Ruby binding of GTK+-2.0.x. \ Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x. checksums md5 d40a03e79ac2a6e6a786ed5a4851337d \ rmd160 3161d8e2d99ba91ac3a8c6ee51992462b5413e10 \ sha1 7b42fd26e54eb82c006f7aeacaf91efc417bdbde # generate glib-enum-types.h at glib/src and glib/pango pre-configure { system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib pango" } configure.env RUBYOPT=-rvendor-specific configure.args --strict gtk gdkpixbuf depends_lib-append port:gtk2 port:rb-pango port:rb-rcairo port:rb-glib2 \ port:rb-atk distname ${ruby.project}-all-${version} pre-destroot { xinstall -d ${destroot}${prefix}/lib/pkgconfig } # patch-gtk-test-run-test.rb.diff: do not build dependent libraries at testing patchfiles patch-gtk-test-run-test.rb.diff # Run Test for developer only, the test launches X11.app #test.run yes test.cmd ${ruby.bin} test.target -C gtk test/run-test.rb