comms/pear-Horde_ActiveSync 2.28.6 -> 2.29.2 devel/pear-Horde_Core 2.20.8 -> 2.22.0 security/pear-Horde_Crypt 2.6.0 -> 2.6.1 graphics/pear-Horde_Image 2.3.2 -> 2.3.3 mail/pear-Horde_Imap_Client 2.29.1 -> 2.29.3 mail/pear-Horde_Mime 2.9.1 -> 2.9.2
22 lines
356 B
Makefile
22 lines
356 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Horde_Image
|
|
PORTVERSION= 2.3.3
|
|
CATEGORIES= graphics www pear
|
|
PKGNAMEPREFIX= pear-
|
|
|
|
MAINTAINER= horde@FreeBSD.org
|
|
COMMENT= Horde Image API
|
|
|
|
USES= horde
|
|
USE_HORDE_RUN= Horde_Exception \
|
|
Horde_Support \
|
|
Horde_Translation \
|
|
Horde_Util
|
|
|
|
OPTIONS_DEFINE= GD
|
|
GD_DESC= Depend on PHP gd extension
|
|
|
|
GD_USE= PHP=gd
|
|
|
|
.include <bsd.port.mk>
|