# $Id: Portfile,v 1.6 2005/04/01 00:22:43 rshaw Exp $
PortSystem		1.0
PortGroup		ruby 1.0

ruby.setup		    FXRuby 1.2.3 install.rb {README doc examples tests} \
				    rubyforge:2743
maintainers		    tristan@opendarwin.org
description		    Ruby bindings for the FOX GUI Toolkit.
long_description	FXRuby is a Ruby extention module that provides an \
					interface to the FOX GUI library.
categories-append	x11
homepage		    http://www.fxruby.org
checksums		    md5 a9cedff521d6afb28b48a00fb789e3b6
platforms		    darwin 
depends_lib-append	lib:libFOX-1.2:fox \
					lib:libfxscintilla:fxscintilla
configure.args	    -- --with-fox-include=${prefix}/include/fox-1.2 \
				    --with-fox-lib=${prefix}/lib \
				    --with-fxscintilla-include=${prefix}/include/fxscintilla \
				    --with-fxscintilla-lib=${prefix}/lib
