# $Id$ PortSystem 1.0 PortGroup ruby 1.0 ruby.setup RMagick 1.14.1 gnu {README.html README.txt examples} \ rubyforge:14052 maintainers shu@rufuran.org description The Ruby interface to ImageMagick and GraphicsMagick long_description RMagick is an interface between the Ruby programming \ language and the ImageMagick (tm) and GraphicsMagick \ image processing libraries. It is fully featured and \ has good documentation. categories-append graphics use_bzip2 yes checksums md5 7e92ac388252a7c5de817ce19af94d8d platforms darwin depends_lib-append port:ImageMagick pre-configure { foreach exe {wmf2eps gs} { if {[catch {set found [binaryInPath ${exe}]}] != 0} { ui_warn "${exe} is not installed, some RMagick examples will fail." } else { ui_info "${exe} found: ${found}" } } } configure.args --with-doc-dir=${prefix}/share/doc/${name}/userguide \ --enable-allow-example-errors