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

PORTNAME=	Horde_Image
PORTVERSION=	2.5.2
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_USE=	PHP=gd

.include <bsd.port.mk>