* Disable FPX (FlashPix) support by default. This image format is really rare these days coupled with that there are known CVE's in libfpx and it doesn't seem to be maintained these days. It doesn't make sense to keep it enabled by default anymore. [1] * Add new option for RAW support * Fix portscout macro to only show 6.9.x versions Bump other ports for the shared library bumps in IM 6. PR: 222309 [1] Submitted by: Anton Yuzhaninov <citrin+pr@citrin.ru> [1]
23 lines
422 B
Makefile
23 lines
422 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= rmagick
|
|
PORTVERSION= 2.16.0
|
|
PORTREVISION= 5
|
|
CATEGORIES= graphics rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Ruby binding for ImageMagick
|
|
|
|
LICENSE= MIT
|
|
|
|
OPTIONS_DEFINE= X11
|
|
OPTIONS_DEFAULT=X11
|
|
|
|
USE_RUBY= yes
|
|
USES= gem pkgconfig
|
|
|
|
X11_LIB_DEPENDS= libMagickWand-6.so:graphics/ImageMagick
|
|
X11_LIB_DEPENDS_OFF= libMagickWand-6.so:graphics/ImageMagick-nox11
|
|
|
|
.include <bsd.port.mk>
|