freebsd-ports/graphics/pear-Horde_Image/Makefile
Martin Matuska bb7d432edb Update to 1.0.9
Feature safe:	yes
2011-12-11 17:50:52 +00:00

26 lines
572 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.9
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>