opnsense-ports/graphics/pear-Image_Graph/Makefile
Franco Fichtner a737ce6b05 */*: sync previously available, but unused ports
Taken from: FreeBSD
2015-04-22 06:45:04 +02:00

18 lines
419 B
Makefile

# Created by: Nick Hilliard <nick@foobar.org>
# $FreeBSD$
PORTNAME= Image_Graph
PORTVERSION= 0.8.0
CATEGORIES= graphics www pear
MAINTAINER= ports@FreeBSD.org
COMMENT= OO PEAR graph rendering package
RUN_DEPENDS= ${PEARDIR}/Log.php:${PORTSDIR}/sysutils/pear-Log \
${PEARDIR}/Image/Canvas.php:${PORTSDIR}/graphics/pear-Image_Canvas
USE_PHP= yes
USES= dos2unix pear
DOS2UNIX_REGEX= .*php$$
.include <bsd.port.mk>