mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
93707042b6
- Fix PKGNAME, remove LATEST_LINK
26 lines
574 B
Makefile
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>
|