# Ports collection makefile for:  pear-Horde_Image
# Date created:			  7 July 2011
# Whom:				  Martin Matuska <mm@FreeBSD.org>
#
# $FreeBSD: ports/graphics/pear-Horde_Image/Makefile,v 1.9 2012/03/03 14:55:59 mm Exp $

PORTNAME=	Horde_Image
PORTVERSION=	1.0.10
CATEGORIES=	graphics www pear
PKGNAMEPREFIX=	pear-

MAINTAINER=	horde@FreeBSD.org
COMMENT=	Horde Image API

OPTIONS=	GD "Depend on PHP gd extension" Off

USE_HORDE_RUN=	Horde_Exception Horde_Support Horde_Translation Horde_Util

.include <bsd.port.pre.mk>

.if defined(WITH_GD)
USE_PHP+=	gd
.endif

.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk"
.include <bsd.port.post.mk>
