blob: 8154f9e060738f141d8d34782c75554ca67202a1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Created by: Gerrit Beine (<gerrit.beine@gmx.de>)
# $FreeBSD$
PORTNAME= Image_GraphViz
PORTVERSION= 1.3.0
CATEGORIES= graphics www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= An interface to AT&T's GraphViz tools
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS:= ${BUILD_DEPENDS} \
${LOCALBASE}/bin/dot:${PORTSDIR}/graphics/graphviz
PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
|