# $Id: Portfile 50984 2009-05-14 21:08:43Z and.damore@macports.org $

PortSystem      1.0
PortGroup       ruby 1.0

ruby.setup          FXRuby 1.6.18 install.rb {README doc examples tests} \
                    rubyforge:49263
maintainers         lylejohnson.name:lyle
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 45d8b46e9e1acf373e05c53afcefa17a \
                    sha1 1bc3085ebf09104b237a231671fc69be9af74086 \
                    rmd160 c77d3d53362f2d17c2b169bc81a37e73fae5f02f
platforms           darwin
depends_lib-append  port:fox \
                    port:fxscintilla
configure.args      -- --with-fox-include=${prefix}/include/fox-1.6 \
                    --with-fox-lib=${prefix}/lib \
                    --with-fxscintilla-include=${prefix}/include/fxscintilla \
                    --with-fxscintilla-lib=${prefix}/lib
