Skip to content

Commit

Permalink
New Port ruby/rb-rcairo 1.6.2.
Browse files Browse the repository at this point in the history
rcairo is Ruby bindings for Cairo.

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@37871 d073be05-634f-4543-b044-5fe20cf6d1d6
  • Loading branch information
kimuraw committed Jun 27, 2008
1 parent 499034e commit 65e1a82
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions ruby/rb-rcairo/Portfile
@@ -0,0 +1,31 @@
# $Id$
PortSystem 1.0
PortGroup ruby 1.0

ruby.setup rcairo 1.6.2 extconf.rb {README COPYING GPL samples doc}
maintainers kimuraw
description Ruby bindings for cairo
long_description \
Ruby bindings for Cairo. Cairo is a 2D graphics library \
with support for multiple output devices.
categories-append graphics
extract.suffix .tar.gz
checksums md5 062442e070d44984e11e34aac104d9f2 \
rmd160 ce38c16fc293d8b5113e33761761c30c2c1b0fc3 \
sha1 a4d00f91131d378f68016ed19a5b3f1b77809477
platforms darwin

depends_lib-append lib:libcairo.1.6.0:cairo
configure.env-append PKG_CONFIG=${prefix}/bin/pkg-config
configure.args-append --vendor

homepage http://cairographics.org/rcairo/
master_sites http://cairographics.org/releases/

test.env-append PKG_CONFIG=${prefix}/bin/pkg-config
test.run yes
test.dir ${worksrcpath}
test.cmd ${ruby.bin}
test.target test/run-test.rb
test.args --testcase=PaperTest

0 comments on commit 65e1a82

Please sign in to comment.