2007-05-28 17:51:33 +02:00
|
|
|
# Ports collection makefile for: pear-Image_GraphViz
|
|
|
|
# Date created: 17 May 2007
|
|
|
|
# Whom: Gerrit Beine (<gerrit.beine@gmx.de>)
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Image_GraphViz
|
|
|
|
PORTVERSION= 1.2.1
|
2010-03-28 08:47:48 +02:00
|
|
|
PORTREVISION= 3
|
2007-05-28 17:51:33 +02:00
|
|
|
CATEGORIES= graphics www pear
|
|
|
|
|
2012-07-11 20:13:33 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2007-05-28 17:51:33 +02:00
|
|
|
COMMENT= An interface to AT&T's GraphViz tools
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS} \
|
2007-05-28 17:51:33 +02:00
|
|
|
${LOCALBASE}/bin/dot:${PORTSDIR}/graphics/graphviz
|
|
|
|
|
|
|
|
CATEGORY= Image
|
|
|
|
FILES= GraphViz.php
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
|
|
|
.include <bsd.port.post.mk>
|