1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/math/vtk5-data/Makefile
Pietro Cerutti 93707042b6 - STAGE-clean
- Fix PKGNAME, remove LATEST_LINK
2014-02-12 15:54:46 +00:00

26 lines
574 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= 5-data
DISTNAME= vtkdata-${PORTVERSION}
MAINTAINER= gahr@FreeBSD.org
COMMENT= The Visualization Toolkit test and example data
WRKSRC= ${WRKDIR}/VTKData${PORTVERSION}
NO_BUILD= yes
SUB_FILES= pkg-message
PKGMESSAGE= ${WRKDIR}/pkg-message
do-install:
cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR}/VTKData
.include <bsd.port.mk>