# $Id: Portfile 91955 2012-04-14 00:36:07Z kimuraw@macports.org $

PortSystem		1.0
PortGroup		muniversal 1.0
PortGroup		ruby 1.0

ruby.setup		{poppler ruby-gnome2} 1.1.3 extconf.rb \
				{ poppler/README poppler/sample } \
				sourceforge:ruby-gnome2
revision		0
maintainers		kimuraw
platforms		darwin
description		Ruby/Poppler is a Ruby binding of poppler-glib.
long_description	Ruby/Poppler is a Ruby binding of poppler-glib.
categories-append	gnome
license			LGPL-2
checksums		md5 8fa5a2b35f45df722df599fb0765b069 \
				rmd160 7f78bd36632bf5547000a92304cefd368da9ad98 \
				sha1 f99af53f020136a1e1162e97c792343cd97a9a45
configure.env	RUBYOPT=-rvendor-specific
configure.args	--strict poppler
depends_lib-append	port:poppler port:rb-glib2 port:rb-gtk2 \
					port:rb-rcairo port:rb-pkg-config
distname		${ruby.project}-all-${version}

# run extconf.rb with each arch `ruby'
use_parallel_build	no
post-configure {
	if {[variant_isset universal]} {
		foreach arch ${universal_archs} {
			system "/usr/bin/arch -${arch} ${ruby.bin} -C ${worksrcpath}-${arch}/poppler/ext/poppler extconf.rb --vendor"
		}
	}
}

## for developer, this test launches X11.app
#test.run		yes
## genearte header files for testing
#pre-configure	{
#	system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib2 atk pango gdk_pixbuf2 gtk2"
#}
test.cmd		${ruby.bin}
test.target		-C poppler test/run-test.rb

