Ticket #8424: Portfile

File Portfile, 882 bytes (added by garry@…, 18 years ago)

working portfile

Line 
1# $Id: Portfile,v 1.2 2004/12/20 23:13:14 tristan Exp $
2PortSystem              1.0
3PortGroup               ruby 1.0
4
5ruby.setup              {gd ruby-GD} 0.7.4 extconf.rb {readme.en sample doc}
6maintainers             tristan@opendarwin.org
7description             GD library for ruby
8long_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.
12categories-append       graphics
13checksums               md5 57d4da0a98ee47445e5fa1aa7252640a
14homepage        http://tam.0xfa.com/
15master_sites    http://tam.0xfa.com/ruby-gd/
16
17worksrcdir      ${ruby.filename}-${version}
18distname        ${ruby.filename}-${version}-1
19configure.args  --with-xpm --with-ttf --with-jpeg --with-freetype --enable-gd2_0
20platforms               darwin
21
22depends_lib-append              port:gd2
23
24patchfiles patch-extconf.rb.diff