mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
e464edb262
OK sthen@ tb@
25 lines
451 B
Makefile
25 lines
451 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
|
|
|
|
# needs -std=c++11
|
|
COMPILER = base-clang ports-gcc
|
|
|
|
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>
|