freebsd-ports/graphics/pear-Image_GraphViz/Makefile

16 lines
305 B
Makefile
Raw Normal View History

# Created by: Gerrit Beine (<gerrit.beine@gmx.de>)
# $FreeBSD$
PORTNAME= Image_GraphViz
PORTVERSION= 1.3.0
CATEGORIES= graphics www pear
MAINTAINER= joneum@bsdproject.de
COMMENT= Interface to AT&T's GraphViz tools
RUN_DEPENDS= ${LOCALBASE}/bin/dot:graphics/graphviz
2014-09-23 18:37:41 +02:00
USES= pear
2014-09-23 18:37:41 +02:00
.include <bsd.port.mk>