pkgsrc/graphics/ruby-mini-magick/Makefile
taca 8fcd982f43 Update ruby-mini-magick to 3.6.0.
Exact changes aren't available, but fixed handling of filename with special
characters.
2013-09-15 13:47:23 +00:00

20 lines
635 B
Makefile

# $NetBSD: Makefile,v 1.11 2013/09/15 13:47:23 taca Exp $
DISTNAME= mini_magick-3.6.0
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/}
CATEGORIES= graphics
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/probablycorey/mini_magick
COMMENT= Ruby wrapper for ImageMagick command line
LICENSE= mit
# MiniMagick uses identify(1) and mogrify(1) from ImageMagick.
DEPENDS+= ImageMagick-[0-9]*:../../graphics/ImageMagick
DEPENDS+= ${RUBY_PKGPREFIX}-subexec>=0.2.1<0.3:../../devel/ruby-subexec
pre-configure:
${FIND} ${WRKSRC} -type f -exec ${CHMOD} -x {} \;
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"