aboutsummaryrefslogtreecommitdiff
path: root/graphics/pear-Horde_Image/Makefile
blob: 9d0a094f1231c42488a77468564bac9a7c4ab229 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $FreeBSD$

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>