freebsd-ports/graphics/pear-Horde_Image/Makefile
Antoine Brodin 4f5544a38b Stage support for non-IGNORED pear classes
Tested by:	poudriere
Approved by:	portmgr (bapt)
2013-11-25 17:59:58 +00:00

26 lines
467 B
Makefile

# $FreeBSD$
PORTNAME= Horde_Image
PORTVERSION= 2.0.5
CATEGORIES= graphics www pear
PKGNAMEPREFIX= pear-
MAINTAINER= horde@FreeBSD.org
COMMENT= Horde Image API
USE_HORDE_RUN= Horde_Exception \
Horde_Support \
Horde_Translation \
Horde_Util
OPTIONS_DEFINE= GD
GD_DESC= Depend on PHP gd extension
.include <bsd.port.pre.mk>
.if ${PORT_OPTIONS:MGD}
USE_PHP+= gd
.endif
.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk"
.include <bsd.port.post.mk>