aboutsummaryrefslogtreecommitdiff
path: root/math/armadillo/Makefile
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2013-03-22 14:54:42 +0000
committerPawel Pekala <pawel@FreeBSD.org>2013-03-22 14:54:42 +0000
commit958364d23ae6737804544c79f464dfb361092ef6 (patch)
tree9e182e2ed4420dad411d95287f75abd178d078c0 /math/armadillo/Makefile
parente720b98418632ab8a3e2d5ba9180e36df6862e81 (diff)
downloadports-958364d23ae6737804544c79f464dfb361092ef6.tar.gz
ports-958364d23ae6737804544c79f464dfb361092ef6.zip
Notes
Diffstat (limited to 'math/armadillo/Makefile')
-rw-r--r--math/armadillo/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/math/armadillo/Makefile b/math/armadillo/Makefile
new file mode 100644
index 000000000000..2d8e0beb3806
--- /dev/null
+++ b/math/armadillo/Makefile
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME= armadillo
+PORTVERSION= 3.800.1
+CATEGORIES= math
+MASTER_SITES= SF/arma/
+
+MAINTAINER= giffunip@tutopia.com
+COMMENT= C++ linear algebra library
+
+LICENSE= MPL
+
+LIB_DEPENDS= lapack:${PORTSDIR}/math/lapack \
+ boost_date_time:${PORTSDIR}/devel/boost-libs
+
+USES= cmake
+USE_LDCONFIG= yes
+
+.include <bsd.port.mk>