mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
ca5bf4aec7
This disables the managed memory feature, which doesn't work correctly on OpenBSD.
22 lines
399 B
Makefile
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>
|