mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-02 11:09:29 +00:00
- Convert to OptionsNG
Notified by: http://wiki.freebsd.org/Ports/Options/ConvertingToOptionsNG
This commit is contained in:
parent
1af2cc2b9b
commit
25fd79894b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=305192
@ -1,9 +1,5 @@
|
||||
# New ports collection Makefile for: igal2
|
||||
# Date created: 24 May 2009
|
||||
# Whom: gahr
|
||||
#
|
||||
# Created by: gahr
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= igal2
|
||||
PORTVERSION= 2.1
|
||||
@ -15,7 +11,8 @@ COMMENT= A simple CLI image gallery generator
|
||||
|
||||
RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick
|
||||
|
||||
OPTIONS= EXIF "Support EXIF data (-e option)" OFF
|
||||
OPTIONS_DEFINE= EXIF
|
||||
EXIF_DESC= Support EXIF data (-e option)
|
||||
|
||||
CONFLICTS= igal-1.*
|
||||
USE_PERL5= yes
|
||||
@ -26,7 +23,7 @@ MANCOMPRESSED= no
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if defined(WITH_EXIF)
|
||||
.if ${PORT_OPTIONS:MEXIF}
|
||||
RUN_DEPENDS+= p5-Image-ExifTool>=7.0:${PORTSDIR}/graphics/p5-Image-ExifTool
|
||||
.endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user