# $Id: Portfile 58226 2009-09-24 14:56:31Z kimuraw@macports.org $ PortSystem 1.0 PortGroup ruby 1.0 ruby.setup {gnomeprint ruby-gnome2} 0.19.2 extconf.rb \ { gnomeprint/README gnomeprint/sample } \ sourceforge:ruby-gnome2 revision 0 maintainers kimuraw platforms darwin description Ruby/GnomePrint is a Ruby binding of libgnomeprint. long_description Ruby/GnomePrint is a Ruby binding of libgnomeprint. categories-append gnome checksums md5 bbbee657731d536af3c146fc4b57c746 \ rmd160 de3abba775e00f3dfef7cc47f153733e42186a73 \ sha1 5c6af93f1c0dfe7e14e301ab5c5cbd2b245aee9e configure.env RUBYOPT=-rvendor-specific configure.args --strict gnomeprint depends_lib-append port:libgnomeprint port:rb-glib2 port:rb-pango \ port:rb-libart distname ${ruby.project}-all-${version} pre-destroot { xinstall -d ${destroot}${prefix}/lib/pkgconfig } #test.run yes test.cmd ${ruby.bin} test.target -C gnomeprint test/run-test.rb