Files
ports/graphics/ruby-rmagick/Makefile
T
jeremy ca5bf4aec7 Fix runtime failues when trying to create Magick::Image objects
This disables the managed memory feature, which doesn't work correctly
on OpenBSD.
2024-08-31 04:27:32 +00:00

22 lines
399 B
Makefile

COMMENT = Ruby interface to ImageMagick
DISTNAME = rmagick-6.0.1
CATEGORIES = graphics
REVISION = 0
HOMEPAGE = https://github.com/rmagick/rmagick
# MIT
PERMIT_PACKAGE = Yes
MODULES = lang/ruby
WANTLIB += MagickCore-6.Q16 MagickWand-6.Q16
BUILD_DEPENDS = devel/ruby-pkg-config,${MODRUBY_FLAVOR}>=1.4,<2
LIB_DEPENDS = graphics/ImageMagick
CONFIGURE_STYLE = ruby gem ext
.include <bsd.port.mk>