head	1.6;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.1;
locks; strict;
comment	@# @;


1.6
date	2012.11.17.06.02.37;	author svnexp;	state Exp;
branches;
next	1.5;

1.5
date	2012.10.03.07.59.44;	author gahr;	state Exp;
branches;
next	1.4;

1.4
date	2012.06.06.12.46.43;	author gahr;	state Exp;
branches;
next	1.3;

1.3
date	2010.03.28.06.44.49;	author dinoex;	state Exp;
branches;
next	1.2;

1.2
date	2010.02.05.11.44.56;	author dinoex;	state Exp;
branches;
next	1.1;

1.1
date	2009.05.24.20.49.16;	author gahr;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Switch exporter over
@
text
@# Created by: gahr
# $FreeBSD: head/www/igal2/Makefile 305192 2012-10-03 07:59:44Z gahr $

PORTNAME=	igal2
PORTVERSION=	2.1
CATEGORIES=	www graphics
MASTER_SITES=	http://igal.trexler.at/

MAINTAINER=	gahr@@FreeBSD.org
COMMENT=	A simple CLI image gallery generator

RUN_DEPENDS=	convert:${PORTSDIR}/graphics/ImageMagick

OPTIONS_DEFINE=	EXIF
EXIF_DESC=	Support EXIF data (-e option)

CONFLICTS=	igal-1.*
USE_PERL5=	yes
NO_BUILD=	yes

MAN1=		igal2.1
MANCOMPRESSED=	no

.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MEXIF}
RUN_DEPENDS+=	 p5-Image-ExifTool>=7.0:${PORTSDIR}/graphics/p5-Image-ExifTool
.endif

post-patch:
	${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' ${WRKSRC}/Makefile ${WRKSRC}/igal2

.include <bsd.port.mk>
@


1.5
log
@SVN rev 305192 on 2012-10-03 07:59:44Z by gahr

- Convert to OptionsNG

Notified by:	http://wiki.freebsd.org/Ports/Options/ConvertingToOptionsNG
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.4
log
@- Update to 2.1
  Changelog: http://igal.trexler.at/ChangeLog
@
text
@d1 1
a1 4
# New ports collection Makefile for:	igal2
# Date created:				24 May 2009
# Whom:					gahr
#
a2 1
#
d14 2
a15 1
OPTIONS=	EXIF "Support EXIF data (-e option)" OFF
d26 1
a26 1
.if defined(WITH_EXIF)
@


1.3
log
@- update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
@
text
@d9 1
a9 2
PORTVERSION=	2.0
PORTREVISION=	2
d18 2
d27 6
@


1.2
log
@- update to jpeg-8
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.1
log
@- New port: www/igal2

  igal2 (the successor of igal) is a quick and easy program for placing your
  images online with just one command-line. It generates a pretty good-looking
  set of W3-compliant static HTML slides even with its default settings.
  The slide show preloads the next image with JavaScript - ideal for slower links.
@
text
@d10 1
@

