diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-11-24 03:31:25 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-11-24 03:31:25 +0000 |
commit | b781e601439021d3d4c6ee078f3758d44ac0009b (patch) | |
tree | ad8f0b9f2ba2a226cc0f8dba097973cb43528afb /graphics/Makefile | |
parent | 8f06159d307991744e4d7c10fb7abe93545c9fc3 (diff) | |
download | ports-b781e601439021d3d4c6ee078f3758d44ac0009b.tar.gz ports-b781e601439021d3d4c6ee078f3758d44ac0009b.zip |
Add ruby-rmagick (RMagick), a binding for ImageMagick. Defines
approx. 120 methods for 2D image manipulation. HTML documentation
contains usage guide and API reference, including 116 complete example
programs and images.
Make sure that you have the latest version of libwmf (>= 0.2.7) before
installing this library. libwmf 0.2.6 seems to have a bug that causes
coredump.
Notes
Notes:
svn path=/head/; revision=70937
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 635d1548b324..dd5e353a9f7a 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -347,6 +347,7 @@ SUBDIR += ruby-opengl SUBDIR += ruby-pgplot SUBDIR += ruby-qt2gl + SUBDIR += ruby-rmagick SUBDIR += ruby-svg SUBDIR += ruby-tgif SUBDIR += s10sh |