mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
b233276d78
Approved by: mat (mentor)
16 lines
313 B
Makefile
16 lines
313 B
Makefile
# 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= Interface to AT&T's GraphViz tools
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/bin/dot:${PORTSDIR}/graphics/graphviz
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|