summaryrefslogtreecommitdiff
path: root/math/vtk43/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1999-12-17 08:18:04 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1999-12-17 08:18:04 +0000
commitc9725fb85b442f5229246e7b4e1c53e913dbbb90 (patch)
treee00c7b9a13c8748065f79c57e9e81d9a1239e743 /math/vtk43/Makefile
parentee7f9aa44a92849ab34d5b387a3d79f974023b65 (diff)
Diffstat (limited to 'math/vtk43/Makefile')
-rw-r--r--math/vtk43/Makefile27
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>