# $Id: Portfile 94436 2012-06-19 10:20:50Z css@macports.org $

PortSystem 1.0

name		VTK
version		4.4.2
revision	1

replaced_by	vtk44

categories	graphics
maintainers	css
description	3D visualization toolkit
long_description	an open source, freely available software system  \
	for 3D computer graphics, image processing, and visualization     \
	used by thousands of researchers and developers around the world. \
	VTK consists of a C++ class library, and several interpreted      \
	interface layers including Tcl/Tk, Java, and Python.

homepage	http://www.vtk.org/
platforms	darwin freebsd
livecheck.type	none

pre-configure {
	ui_error "Please do not install this port since is has been replaced by 'vtk44'."
	return -code error
}
