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