mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
fc373ceed2
Reviewed by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D10755
18 lines
383 B
Makefile
18 lines
383 B
Makefile
# Created by: Nick Hilliard <nick@foobar.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Image_Graph
|
|
PORTVERSION= 0.8.0
|
|
CATEGORIES= graphics www pear
|
|
|
|
MAINTAINER= joneum@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>
|