blob: 4090f99d7d7c91b73c948a17f836875835b176c7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
PORTNAME= Horde_Image
PORTVERSION= 2.6.1
CATEGORIES= graphics www pear
PKGNAMEPREFIX= ${PEAR_PKGNAMEPREFIX}
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_USES= php
GD_USE= PHP=gd
.include <bsd.port.mk>
|