# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
# $Id: Portfile 59241 2009-10-12 16:16:44Z snc@macports.org $

PortSystem      1.0
PortGroup       ruby 1.0

ruby.setup          FXRuby 1.6.19 install.rb {README doc examples tests} \
                    rubyforge:52856
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     aaacdebfb288445a096e00e7022db61c \
                    sha1    ba0c04881f023af34c0e2408d637fea97323b36c \
                    rmd160  a7d6496307c941bcf1c0abcd9738cd5b775f6018
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
