aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2012-10-03 15:59:44 +0800
committergahr <gahr@FreeBSD.org>2012-10-03 15:59:44 +0800
commit24c7ff8a5ece07eab18df54164322af979e09d3b (patch)
tree94d0d7f87e82de89d8cb723c09c06b04aac5dc66 /www
parent08befacf89783db39ba7778ce848cda04ea9faf9 (diff)
downloadfreebsd-ports-gnome-24c7ff8a5ece07eab18df54164322af979e09d3b.tar.gz
freebsd-ports-gnome-24c7ff8a5ece07eab18df54164322af979e09d3b.tar.zst
freebsd-ports-gnome-24c7ff8a5ece07eab18df54164322af979e09d3b.zip
- Convert to OptionsNG
Notified by: http://wiki.freebsd.org/Ports/Options/ConvertingToOptionsNG
Diffstat (limited to 'www')
-rw-r--r--www/igal2/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/www/igal2/Makefile b/www/igal2/Makefile
index c5a4ebfa86d6..92e90572a516 100644
--- a/www/igal2/Makefile
+++ b/www/igal2/Makefile
@@ -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