# New ports collection makefile for:   igal
# Date created:                        14 Aug 2002
# Whom:                                Dylan Carlson  <absinthe@pobox.com>
#
# $FreeBSD: ports/www/igal/Makefile,v 1.6 2006/05/24 14:21:45 mnag Exp $
#

PORTNAME=	igal
PORTVERSION=	1.4
PORTREVISION=	2
CATEGORIES=	www graphics
MASTER_SITES=	http://www.stanford.edu/~epop/igal/

MAINTAINER=	absinthe@pobox.com
COMMENT=	A static html image gallery generator for *nix

RUN_DEPENDS=	${LOCALBASE}/bin/cjpeg:${PORTSDIR}/graphics/jpeg \
		${LOCALBASE}/include/Magick++.h:${PORTSDIR}/graphics/ImageMagick

MAN1=	igal.1

post-patch:
	@${REINPLACE_CMD} -e 's,/usr/local,${PREFIX},g' ${WRKSRC}/Makefile \
		${WRKSRC}/igal

.include <bsd.port.mk>
