19 lines
474 B
Makefile
19 lines
474 B
Makefile
# $NetBSD: Makefile,v 1.140 2022/04/18 19:11:22 adam Exp $
|
|
|
|
DISTNAME= rmagick-4.2.4
|
|
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/rmagick/RMagick/}
|
|
PKGREVISION= 1
|
|
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"
|