91a1caa242
Hope to see you back! Thank for all the work!
15 lines
314 B
Makefile
15 lines
314 B
Makefile
# Created by: Gerrit Beine (<gerrit.beine@gmx.de>)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Image_GraphViz
|
|
PORTVERSION= 1.3.0
|
|
CATEGORIES= graphics www pear
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Interface to AT&T's GraphViz tools
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/bin/dot:${PORTSDIR}/graphics/graphviz
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|