summaryrefslogtreecommitdiff
path: root/math/mtl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/mtl/Makefile')
-rw-r--r--math/mtl/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/math/mtl/Makefile b/math/mtl/Makefile
index 900ec2a670b..c693a9b05a2 100644
--- a/math/mtl/Makefile
+++ b/math/mtl/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2012/09/11 23:04:24 asau Exp $
+# $NetBSD: Makefile,v 1.12 2012/09/13 18:13:50 asau Exp $
-DISTNAME= mtl-2.1.2-21
-PKGNAME= mtl-2.1.2.21
+DISTNAME= mtl-2.1.2-22
+PKGNAME= mtl-2.1.2.22
CATEGORIES= math devel
MASTER_SITES= http://www.osl.iu.edu/download/research/mtl/
@@ -22,7 +22,10 @@ INSTALL_MAKE_FLAGS+= includedir=${DESTDIR}${PREFIX}/include/mtl
post-install:
${INSTALL_DATA} ${WRKSRC}/contrib/examples/*.cc \
${DESTDIR}${PREFIX}/share/examples/mtl
- cd ${WRKSRC} && ${INSTALL_DATA} INSTALL LICENSE README \
+ cd ${WRKSRC} && ${INSTALL_DATA} INSTALL license.mtl.txt README \
${DESTDIR}${PREFIX}/share/doc/mtl
+do-test:
+ cd $(WRKSRC)/test && $(PERL5) ./bin/make_and_test.pl $(QUICK) -d ./src
+
.include "../../mk/bsd.pkg.mk"