pkgsrc/graphics/vtk/Makefile
joerg 4c2743f996 Don't install the cmake build setting file. It directly references
the wrkdir and is therefore not useful without. It is unclear whether
anything actually depends on it being present, so don't bother
faking it for now. Bump revision.
2007-06-18 17:58:35 +00:00

14 lines
396 B
Makefile

# $NetBSD: Makefile,v 1.10 2007/06/18 17:58:35 joerg Exp $
#
PKGNAME= vtk-${VTKDIST_VERSION}
PKGREVISION= 5
COMMENT= Visualization toolkit
.include "../../devel/cmake/buildlink3.mk"
.include "../../graphics/MesaLib/buildlink3.mk"
.include "../../graphics/glu/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
.include "../../graphics/vtk/Makefile.vtkdist"
.include "../../mk/bsd.pkg.mk"