Ticket #12936: Portfile

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

Portfile for rb-fxruby 1.6.12

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