diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-09-14 22:58:51 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-09-14 22:58:51 +0000 |
commit | 0d24ce472965b1af574ee8eab914346a50d93ab0 (patch) | |
tree | fc04ac961d5044a7d4ac36140741f144e02c3080 /math/vtk43/Makefile | |
parent | (forced commit) This is the official index file for 3.3-release. (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_3_0'.release/3.3.0
Notes
Notes:
svn path=/head/; revision=21673
svn path=/tags/RELEASE_3_3_0/; revision=21674; tag=release/3.3.0
Diffstat (limited to 'math/vtk43/Makefile')
-rw-r--r-- | math/vtk43/Makefile | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/math/vtk43/Makefile b/math/vtk43/Makefile deleted file mode 100644 index 272dc20a6ddc..000000000000 --- a/math/vtk43/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# New ports collection makefile for: vtk -# Version required: 2.3 -# Date created: 24 Nov 1997 -# Whom: Thomas Gellekum <tg@FreeBSD.org> -# -# $FreeBSD$ -# - -DISTNAME= vtk23unix -PKGNAME= vtk-2.3 -CATEGORIES= math -MASTER_SITES= ftp://vtk.scorec.rpi.edu/pub/ - -MAINTAINER= ports@FreeBSD.org - -LIB_DEPENDS= GL.14:${PORTSDIR}/graphics/Mesa3 \ - tk80.1:${PORTSDIR}/x11-toolkits/tk80 - -WRKSRC= $(WRKDIR)/vtk -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-mesa --with-shared --with-tcl --with-bsdmake -CONFIGURE_ENV= CFLAGS="${CFLAGS}" CXXFLAGS="${CFLAGS}" - -post-install: - ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib - -.include <bsd.port.mk> |