mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
graphics/rubygem-mini_magick4: Add x11 and nox11 flavors
This commit is contained in:
parent
0c0accd4eb
commit
606efbe70d
@ -2,7 +2,7 @@ PORTNAME= mini_magick
|
||||
PORTVERSION= 4.13.2
|
||||
CATEGORIES= graphics rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= 4
|
||||
PKGNAMESUFFIX?= 4
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Manipulate images with minimal use of memory via ImageMagick
|
||||
@ -11,10 +11,14 @@ WWW= https://github.com/minimagick/minimagick
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
||||
|
||||
USES= gem magick
|
||||
USES= gem magick:${FLAVOR}
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
FLAVORS= x11 nox11
|
||||
FLAVOR?= ${FLAVORS:[1]}
|
||||
nox11_PKGNAMESUFFIX= 4-nox11
|
||||
|
||||
PORTSCOUT= limit:^4\.
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user