mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
1446608ec7
Fix pear-Horde_core options Use options helpers where possible
23 lines
356 B
Makefile
23 lines
356 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Horde_Image
|
|
PORTVERSION= 2.1.0
|
|
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>
|