Ticket #14400: rb-cocoa-Portfile.diff
File rb-cocoa-Portfile.diff, 1.3 KB (added by kimuraw (kimura wataru), 17 years ago) |
---|
-
ruby/rb-cocoa/Portfile
old new 2 2 PortSystem 1.0 3 3 PortGroup ruby 1.0 4 4 5 ruby.setup {cocoa rubycocoa} 0.1 2.0install.rb {ChangeLog ReadMe.html ReadMe.ja.html}5 ruby.setup {cocoa rubycocoa} 0.13.2 install.rb {ChangeLog ReadMe.html ReadMe.ja.html} 6 6 maintainers yuhei@pop21.odn.ne.jp 7 7 description Ruby bindings for writing cocoa programs 8 8 long_description RubyCocoa is a Ruby library for using Cocoa Objects \ … … 16 16 master_sites sourceforge:${ruby.project} 17 17 distname RubyCocoa-${version} 18 18 extract.suffix .tgz 19 checksums md5 e37a41cd9aad2129bad644e4c4de4b7d\20 sha1 395d2aea345bf7514e9310a0d6435d27973d25ae\21 rmd160 b248c9e4f230db6f7d2068e6e8e797deca25996819 checksums md5 bbafee2a544bc4b8869268af8c187a9a \ 20 rmd160 35e3616e1db84d070f12c906ed08fb175f600c11 \ 21 sha1 24d73ced14d2d89df8db5d65c8ef2d4dc3793e9a 22 22 platforms darwin 23 23 24 24 configure.args --install-prefix=${destroot}${prefix} \ 25 25 --install-root=${destroot} 26 26 27 platform darwin 9 { 28 if {![variant_isset universal]} { 29 configure.args-append --build-universal=no 30 } 31 } 32 27 33 test.run yes 28 34 test.cmd ${ruby.bin} 29 35 test.target install.rb test