mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
5d0646b06c
`pthread_*'" was thrown. Fix this, and also some other cosmetic bugs. PR: ports/62446 Submitted by: Mykola Khotyaintsev <ko@irfu.se> (maintainer)
31 lines
656 B
Makefile
31 lines
656 B
Makefile
# New ports collection makefile for: vtk-data
|
|
# Date created: 10 Oct 2003
|
|
# Whom: Mykola Khotyaintsev <ko@irfu.se>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PKGNAMESUFFIX= -data
|
|
DISTFILES= VTKData-${PORTVERSION}-cvs${CVSDATE}.tar.gz
|
|
|
|
COMMENT= The Visualization Toolkit examples data
|
|
|
|
MASTERDIR= ${.CURDIR}/../vtk
|
|
|
|
MD5_FILE= ${.CURDIR}/distinfo
|
|
WRKSRC= ${WRKDIR}/VTKData
|
|
PKGMESSAGE= ${.CURDIR}/pkg-message
|
|
|
|
do-configure:
|
|
|
|
do-build:
|
|
|
|
do-install:
|
|
@${MKDIR} ${EXAMPLESDIR}
|
|
@${MKDIR} ${VTKDATAROOT}
|
|
@${ECHO_MSG} "Installing VTKData to ${EXAMPLESDIR} ..."
|
|
@${CP} -R ${WRKSRC}/* ${VTKDATAROOT}
|
|
|
|
.include "${MASTERDIR}/Makefile"
|
|
.include <bsd.port.post.mk>
|