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