summaryrefslogtreecommitdiff
path: root/math/tela/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/tela/Makefile')
-rw-r--r--math/tela/Makefile37
1 files changed, 0 insertions, 37 deletions
diff --git a/math/tela/Makefile b/math/tela/Makefile
deleted file mode 100644
index 7dcb5e3bcdf..00000000000
--- a/math/tela/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# $NetBSD: Makefile,v 1.18 2005/04/11 21:46:31 tv Exp $
-
-DISTNAME= tela-1.34
-PKGREVISION= 1
-CATEGORIES= math
-MASTER_SITES= ftp://ftp.funet.fi/pub/sci/math/tela/ \
- ftp://sumppu.fmi.fi/pub/tela/
-
-MAINTAINER= tech-pkg@NetBSD.org
-HOMEPAGE= http://www.geo.fmi.fi/prog/tela_00.html
-COMMENT= Tensor Language - a programming language for scientific computing
-
-DEPENDS+= plotmtv-[0-9]*:../../graphics/plotmtv
-
-GNU_CONFIGURE= # defined
-USE_LANGUAGES= fortran
-USE_X11= # defined
-
-INSTALL_TARGET= install installdocs
-
-CONFIGURE_ENV+= INSTALLATION_PREFIX=${PREFIX}/share/tela
-CONFIGURE_ENV+= ARCHDEP_INSTALLATION_PREFIX=${PREFIX}/lib/tela
-
-pre-configure:
- @for f in ${WRKSRC}/t/demo.t ${WRKSRC}/t/docview.t \
- ${WRKSRC}/t/std.t; do \
- ${SED} -e 's:@PREFIX@:'${PREFIX}':g' \
- $$f > $$f.tmp && ${MV} -f $$f.tmp $$f; \
- done
-
-.include "../../math/lapack/buildlink3.mk"
-.include "../../math/blas/buildlink3.mk"
-.include "../../devel/readline/buildlink3.mk"
-.include "../../devel/hdf/buildlink3.mk"
-.include "../../devel/zlib/buildlink3.mk"
-.include "../../graphics/jpeg/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"