Ticket #12562: Portfile

File Portfile, 816 bytes (added by lyle.johnson@…, 17 years ago)

Updated Portfile for rb-fxruby 1.6.11

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