aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2012-01-23 01:59:16 +0000
committerMaho Nakata <maho@FreeBSD.org>2012-01-23 01:59:16 +0000
commit79b923300e8de60930f00edb4307f483c1fb90ae (patch)
treebe3644dc392f0e10659687ecc6a1174f03b12a25 /math
parent95d05c473527a7c9ef4f2774d023a641c32aed0e (diff)
downloadports-79b923300e8de60930f00edb4307f483c1fb90ae.tar.gz
ports-79b923300e8de60930f00edb4307f483c1fb90ae.zip
Notes
Diffstat (limited to 'math')
-rw-r--r--math/Makefile1
-rw-r--r--math/xlapack/Makefile18
2 files changed, 19 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile
index ba9bb8202fc6..f543741f2146 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -609,6 +609,7 @@
SUBDIR += xgfe
SUBDIR += xgobi
SUBDIR += xgraph
+ SUBDIR += xlapack
SUBDIR += xldlas
SUBDIR += xlispstat
SUBDIR += xplot
diff --git a/math/xlapack/Makefile b/math/xlapack/Makefile
new file mode 100644
index 000000000000..f6872ae257c6
--- /dev/null
+++ b/math/xlapack/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: xlapack
+# Date created: 6 January 2012
+# Whom: bf@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= xlapack
+PORTREVISION= 0
+
+MAINTAINER= maho@FreeBSD.org
+COMMENT= Extended Precision LAPACK
+
+XLAPACK_SLAVEPORT= yes
+
+MASTERDIR= ${.CURDIR}/../lapack
+
+.include "${MASTERDIR}/Makefile"