Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Oct 2012 07:59:44 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r305192 - head/www/igal2
Message-ID:  <201210030759.q937xipp090022@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gahr
Date: Wed Oct  3 07:59:44 2012
New Revision: 305192
URL: http://svn.freebsd.org/changeset/ports/305192

Log:
  - Convert to OptionsNG
  
  Notified by:	http://wiki.freebsd.org/Ports/Options/ConvertingToOptionsNG

Modified:
  head/www/igal2/Makefile   (contents, props changed)

Modified: head/www/igal2/Makefile
==============================================================================
--- head/www/igal2/Makefile	Wed Oct  3 07:56:41 2012	(r305191)
+++ head/www/igal2/Makefile	Wed Oct  3 07:59:44 2012	(r305192)
@@ -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 gene
 
 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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210030759.q937xipp090022>