summaryrefslogtreecommitdiff
path: root/math/mtl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/mtl/Makefile')
-rw-r--r--math/mtl/Makefile22
1 files changed, 0 insertions, 22 deletions
diff --git a/math/mtl/Makefile b/math/mtl/Makefile
deleted file mode 100644
index a371bc0721a..00000000000
--- a/math/mtl/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# $NetBSD: Makefile,v 1.5 2005/04/11 21:46:30 tv Exp $
-
-DISTNAME= mtl-2.1.2-21
-CATEGORIES= math devel
-MASTER_SITES= http://www.osl.iu.edu/download/research/mtl/
-
-MAINTAINER= tech-pkg@NetBSD.org
-HOMEPAGE= http://www.osl.iu.edu/research/mtl/
-COMMENT= Matrix Template Library
-
-GNU_CONFIGURE= yes
-NO_BUILD= yes
-
-post-install:
- ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/mtl
- ${INSTALL_DATA} ${WRKSRC}/contrib/examples/*.cc \
- ${PREFIX}/share/examples/mtl
- ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/mtl
- cd ${WRKSRC} && ${INSTALL_DATA} INSTALL LICENSE README \
- ${PREFIX}/share/doc/mtl
-
-.include "../../mk/bsd.pkg.mk"