ae11fc1b0e
* Dec 28, 2011 - Releasing v3.4 - Better windows support. Fixed problem with combine_options. Fixed up readme. [hcatlin] * Dec 21, 2011 - Refactored gem structure a little and added a few bug fixes to better support Windows users - No changes to API though [2potatocakes]
20 lines
632 B
Makefile
20 lines
632 B
Makefile
# $NetBSD: Makefile,v 1.9 2012/03/17 15:46:24 taca Exp $
|
|
|
|
DISTNAME= mini_magick-3.4
|
|
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"
|