19 lines
474 B
Makefile
19 lines
474 B
Makefile
# $NetBSD: Makefile,v 1.133 2021/04/21 13:24:49 adam Exp $
|
|
|
|
DISTNAME= rmagick-4.2.2
|
|
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/rmagick/RMagick/}
|
|
PKGREVISION= 3
|
|
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"
|