820c099c95
RMagick 4.2.2 (2021-02-24) Bug Fixes: * Remove deprecation warning about block syntax (#1272) You are still recommended to use the block parameter instead of self. but we're silencing the deprecation warning until we can get RMagick's code up to that standard.
18 lines
459 B
Makefile
18 lines
459 B
Makefile
# $NetBSD: Makefile,v 1.130 2021/03/07 09:45:28 taca Exp $
|
|
|
|
DISTNAME= rmagick-4.2.2
|
|
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/rmagick/RMagick/}
|
|
CATEGORIES= graphics
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/rmagick/rmagick
|
|
COMMENT= Ruby binding to ImageMagick
|
|
LICENSE= mit
|
|
|
|
USE_TOOLS+= pkg-config
|
|
|
|
USE_GCC_RUNTIME= yes
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../graphics/ImageMagick/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|