a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $
PortSystem 1.0
PortGroup ruby 1.0
ruby.setup FXRuby 1.2.3 install.rb {README doc examples tests} \
rubyforge:2743
maintainers nomaintainer@macports.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