freebsd-ports/graphics/pear-Horde_Image/Makefile
2012-03-03 14:55:59 +00:00

26 lines
573 B
Makefile

# Ports collection makefile for: pear-Horde_Image
# Date created: 7 July 2011
# Whom: Martin Matuska <mm@FreeBSD.org>
#
# $FreeBSD$
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>