4f5544a38b
Tested by: poudriere Approved by: portmgr (bapt)
26 lines
467 B
Makefile
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>
|