1 | # $Id: Portfile 23727 2007-04-07 21:26:15Z markd@macports.org $ |
---|
2 | PortSystem 1.0 |
---|
3 | PortGroup ruby 1.0 |
---|
4 | |
---|
5 | ruby.setup FXRuby 1.6.11 install.rb {README doc examples tests} \ |
---|
6 | rubyforge:19801 |
---|
7 | maintainers lyle.johnson@gmail.com |
---|
8 | description Ruby bindings for the FOX GUI Toolkit. |
---|
9 | long_description FXRuby is a Ruby extention module that provides an \ |
---|
10 | interface to the FOX GUI library. |
---|
11 | categories-append x11 |
---|
12 | homepage http://www.fxruby.org |
---|
13 | checksums md5 6a86fc5cb61bd1bfe580ecfddbf33acc |
---|
14 | platforms darwin |
---|
15 | depends_lib-append lib:libFOX-1.6:fox \ |
---|
16 | port:fxscintilla |
---|
17 | configure.args -- --with-fox-include=${prefix}/include/fox-1.6 \ |
---|
18 | --with-fox-lib=${prefix}/lib \ |
---|
19 | --with-fxscintilla-include=${prefix}/include/fxscintilla \ |
---|
20 | --with-fxscintilla-lib=${prefix}/lib |
---|