82803a0404
Use the default ImageMagick since all of them (ImageMagick{6,7}{,-nox11}) are mutually exclusive.
18 lines
346 B
Makefile
18 lines
346 B
Makefile
PORTNAME= mini_magick
|
|
PORTVERSION= 4.12.0
|
|
CATEGORIES= graphics rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Manipulate images with minimal use of memory via ImageMagick
|
|
WWW= https://github.com/minimagick/minimagick
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
|
|
|
USES= gem magick
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|