mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
31 lines
597 B
Makefile
31 lines
597 B
Makefile
# Ports collection makefile for: pear-Horde_Image
|
|
# Date created: 7 July 2011
|
|
# Whom: Martin Matuska <mm@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Horde_Image
|
|
PORTVERSION= 2.0.1
|
|
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>
|