29ed461bff
No official changes are available, but various bugfixes and document updates.
20 lines
635 B
Makefile
20 lines
635 B
Makefile
# $NetBSD: Makefile,v 1.10 2013/03/11 09:17:19 taca Exp $
|
|
|
|
DISTNAME= mini_magick-3.5.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"
|