1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00
Pav Lucistnik 2bc3464d14 - Update to 4.3.0
Rework this port and split it into logically independent parts
  Give maintainership to submitter

PR:		ports/57858
Submitted by:	Mykola Khotyaintsev <ko@irfu.se>
2003-12-26 20:03:41 +00:00

31 lines
651 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.mk>