Portfile

# $Id: Portfile 21116 2007-01-03 07:57:17Z gwright@macports.org $

PortSystem 1.0
name graphviz-cairo
version 2.12
categories graphics
maintainers gwright@macports.org
description Rendering plugin for graphviz using the Cairo library.
long_description \
${description}

platforms darwin

homepage http://www.graphviz.org/
master_sites ${homepage}/pub/graphviz/ARCHIVE/

pre-fetch { ui_msg "This port is no longer required as the cairo"
ui_msg "functionality is now included in the main graphviz"
ui_msg "port, as of version 2.12."
ui_msg ""
ui_msg "This portfile will eventually be removed."
ui_msg ""
exit 1
}