1 | # $Id: Portfile,v 1.2 2004/12/20 23:13:14 tristan Exp $ |
---|
2 | PortSystem 1.0 |
---|
3 | PortGroup ruby 1.0 |
---|
4 | |
---|
5 | ruby.setup {gd ruby-GD} 0.7.4 extconf.rb {readme.en sample doc} |
---|
6 | maintainers tristan@opendarwin.org |
---|
7 | description GD library for ruby |
---|
8 | long_description An extension library to use Thomas Boutell's gd \ |
---|
9 | graphics library from Ruby. You can create PNG \ |
---|
10 | or JPEG images with your Ruby script. gconf, \ |
---|
11 | gnomevfs and more. |
---|
12 | categories-append graphics |
---|
13 | checksums md5 57d4da0a98ee47445e5fa1aa7252640a |
---|
14 | homepage http://tam.0xfa.com/ |
---|
15 | master_sites http://tam.0xfa.com/ruby-gd/ |
---|
16 | |
---|
17 | worksrcdir ${ruby.filename}-${version} |
---|
18 | distname ${ruby.filename}-${version}-1 |
---|
19 | configure.args --with-xpm --with-ttf --with-jpeg --with-freetype --enable-gd2_0 |
---|
20 | platforms darwin |
---|
21 | |
---|
22 | depends_lib-append port:gd2 |
---|
23 | |
---|
24 | patchfiles patch-extconf.rb.diff |
---|