713ede2ee1
- While I'm here, fix indent Content of tarballs are unchanged (checked against [1]). => Image_GraphViz-1.3.0.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR. => Attempting to fetch http://pear.php.net/get/Image_GraphViz-1.3.0.tgz fetch: http://pear.php.net/get/Image_GraphViz-1.3.0.tgz: size mismatch: expected 16706, actual 16878 Reference: https://people.FreeBSD.org/~sunpoet/checksum/Image_GraphViz-1.3.0.tgz [1] Approved by: portmgr (blanket)
15 lines
304 B
Makefile
15 lines
304 B
Makefile
# Created by: Gerrit Beine (<gerrit.beine@gmx.de>)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Image_GraphViz
|
|
PORTVERSION= 1.3.0
|
|
CATEGORIES= graphics www pear
|
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
|
COMMENT= Interface to AT&T's GraphViz tools
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/bin/dot:graphics/graphviz
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|