1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/math/vtk5-data/Makefile
Pietro Cerutti 8e1d14f0fc - New port: math/vtk5-data
This port contains data and baseline images for VTK regression testing
  and other VTK examples. The Data directory are data files of various
  types. This includes polygonal data, images, volumes, structured grids,
  rectilinear grids, and multi-variate data.
  The Baseline are the testing images. These are used in testing to compare
  a valid image against a generated image. If a difference between the two
  images is found, then the test is considered to have failed.

  WWW: http://www.vtk.org/
2013-03-01 09:52:47 +00:00

28 lines
586 B
Makefile

# Created by: gahr
# $FreeBSD$
PORTNAME= vtk
PORTVERSION= 5.10.1
CATEGORIES= math graphics
MASTER_SITES= http://www.vtk.org/files/release/${PORTVERSION:R}/ \
http://www.neuro.mcw.edu/Ports/distfiles/VTK5/
PKGNAMESUFFIX= -data
DISTNAME= vtkdata-${PORTVERSION}
MAINTAINER= gahr@FreeBSD.org
COMMENT= The Visualization Toolkit test and example data
LATEST_LINK= vtk5-data
WRKSRC= ${WRKDIR}/VTKData${PORTVERSION}
NO_BUILD= yes
SUB_FILES= pkg-message
PKGMESSAGE= ${WRKDIR}/pkg-message
do-install:
cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${EXAMPLESDIR}/VTKData
.include <bsd.port.mk>