pkgsrc/graphics/ruby-mini-magick/Makefile
jlam f49fe76d04 Initial import of ruby18-mini-magick-1.2.3 as graphics/ruby-mini-magick.
MiniMagick gives you access to all the command-line options ImageMagick
has (found at http://www.imagemagick.org/script/mogrify.php).  Using
MiniMagick as an alternative to RMagick allows the Ruby processes memory
to remain small because it spawns ImageMagick's mogrify program, which
has much lower memory usage than RMagick.
2008-04-30 16:22:47 +00:00

16 lines
523 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2008/04/30 16:22:47 jlam Exp $
DISTNAME= mini_magick-1.2.3
PKGNAME= ${RUBYGEM_PKGPREFIX}-${DISTNAME:S/_/-/}
CATEGORIES= graphics
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://mini_magick.rubyforge.org/
COMMENT= Ruby wrapper for ImageMagick command line
# MiniMagick uses identify(1) and mogrify(1) from ImageMagick.
DEPENDS+= ImageMagick-[0-9]*:../../graphics/ImageMagick
DEPENDS+= hoe>=1.5.1:../../devel/hoe
.include "../../misc/rubygems/rubygem.mk"
.include "../../mk/bsd.pkg.mk"