summaryrefslogtreecommitdiff
path: root/math/mtl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/mtl/Makefile')
-rw-r--r--math/mtl/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/math/mtl/Makefile b/math/mtl/Makefile
new file mode 100644
index 00000000000..9c351b36f45
--- /dev/null
+++ b/math/mtl/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/04/29 23:52:25 jtb Exp $
+
+DISTNAME= mtl-2.1.2-21
+CATEGORIES= math devel
+MASTER_SITES= http://www.osl.iu.edu/download/research/mtl/
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.osl.iu.edu/research/mtl/
+COMMENT= Matrix Template Library
+
+USE_BUILDLINK2= yes
+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"