summaryrefslogtreecommitdiff
path: root/math/lapack/Makefile
diff options
context:
space:
mode:
authorjtb <jtb>2002-05-03 22:44:04 +0000
committerjtb <jtb>2002-05-03 22:44:04 +0000
commit9a5c80c41ca41d5c1e34838d36d22b58fea5cfb3 (patch)
treea11eb43396c41a0d3bffbe0c10f093a8ab93f568 /math/lapack/Makefile
parent09fc96364449e36a9fc7b2343e8b3231241c947e (diff)
downloadpkgsrc-9a5c80c41ca41d5c1e34838d36d22b58fea5cfb3.tar.gz
Add buildlink infrastructure.
Diffstat (limited to 'math/lapack/Makefile')
-rw-r--r--math/lapack/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/math/lapack/Makefile b/math/lapack/Makefile
index 7ebdcc3a97e..09cb59d5c57 100644
--- a/math/lapack/Makefile
+++ b/math/lapack/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2001/05/05 20:53:02 jtb Exp $
+# $NetBSD: Makefile,v 1.6 2002/05/03 22:44:04 jtb Exp $
DISTNAME= lapack
PKGNAME= lapack-20010201
@@ -14,16 +14,12 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.netlib.org/lapack/index.html
COMMENT= Linear Algebra PACKage
-DEPENDS+= blas-[0-9]*:../../math/blas
-
DIST_SUBDIR= lapack-20010201
WRKSRC= ${WRKDIR}/LAPACK
USE_FORTRAN= yes
-BLAS_PREFIX_DEFAULT= ${LOCALBASE}
-EVAL_PREFIX+= BLAS_PREFIX=blas
-
do-install:
${INSTALL_DATA} ${WRKSRC}/liblapack.a ${PREFIX}/lib
+.include "../../math/blas/buildlink.mk"
.include "../../mk/bsd.pkg.mk"