opnsense-ports/graphics/pear-Image_Graph/Makefile
Franco Fichtner 213adc5cef */*: sync with upstream
Taken from: FreeBSD
2016-06-28 20:04:47 +02:00

17 lines
381 B
Makefile

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