# $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		{gtksourceview2 ruby-gnome2} 1.1.3 extconf.rb \
				{ gtksourceview2/README gtksourceview2/sample } \
				sourceforge:ruby-gnome2
revision		0
maintainers		kimuraw
platforms		darwin
description		Ruby/GtkSourceView2 is a Ruby binding of gtksourceview-2.x.\
				(a part of Ruby-Gnome2)
long_description	Ruby/GtkSourceView2 is a Ruby binding of gtksourceview-2.x.\
				(a part of Ruby-Gnome2)
categories-append	gnome
license			LGPL-2
checksums		md5 8fa5a2b35f45df722df599fb0765b069 \
				rmd160 7f78bd36632bf5547000a92304cefd368da9ad98 \
				sha1 f99af53f020136a1e1162e97c792343cd97a9a45
configure.env	RUBYOPT=-rvendor-specific
configure.args		--strict gtksourceview2
depends_lib-append	port:rb-gtk2 port:gtksourceview2 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}/gtksourceview2 extconf.rb --vendor"
		}
	}
}

## for developer only, this test may launch X11.app
#test.run		yes
## genearte header files for testing
#pre-configure	{
#	system "${ruby.bin} -C ${worksrcpath} extconf.rb --strict glib atk pango gdkpixbuf gtk"
#}
test.cmd		${ruby.bin}
test.target		-Cgtksourceview2/test run-test.rb

