2013-02-03 17:16:27 +01:00
|
|
|
# Created by: Gerrit Beine (<gerrit.beine@gmx.de>)
|
2007-05-28 17:51:33 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Image_GraphViz
|
2013-02-03 17:16:27 +01:00
|
|
|
PORTVERSION= 1.3.0
|
2007-05-28 17:51:33 +02:00
|
|
|
CATEGORIES= graphics www pear
|
|
|
|
|
2013-02-03 17:16:27 +01:00
|
|
|
MAINTAINER= miwi@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
|
|
|
|
|
2013-02-03 17:16:27 +01:00
|
|
|
PEAR_AUTOINSTALL= yes
|
2007-05-28 17:51:33 +02:00
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
|
|
|
.include <bsd.port.post.mk>
|