578eb527f3
Python and uses the amazing Visualization Toolkit (VTK) for the graphics. It provides a GUI written using Tkinter. MayaVi is free and distributed under the conditions of the BSD license. It is also cross platform and should run on any platform where both Python and VTK are available (which is almost any *nix, Mac OSX or Windows).
21 lines
564 B
Makefile
21 lines
564 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2003/11/23 01:35:57 mpasternak Exp $
|
|
#
|
|
|
|
DISTNAME= MayaVi-1.3
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mayavi/}
|
|
|
|
MAINTAINER= dotz@irc.pl
|
|
HOMEPAGE= http://mayavi.sourceforge.net/
|
|
COMMENT= Scientific data visualizer written in Python
|
|
|
|
DEPENDS= ${PYPKGPREFIX}-vtkmodule>=4.2:../../wip/vtk-python
|
|
|
|
USE_BUILDLINK2= yes
|
|
PY_PATCHPLIST= yes
|
|
PYDISTUTILSPKG= yes
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../x11/py-Tk/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|