summaryrefslogtreecommitdiff
path: root/math/lapack
diff options
context:
space:
mode:
authorminskim <minskim>2004-06-20 20:23:29 +0000
committerminskim <minskim>2004-06-20 20:23:29 +0000
commit529f54b8ee40de43027c7c523c1ad05c5f071311 (patch)
tree5c06703a4cbe4d734b969685f98ad32afbdc2698 /math/lapack
parent977ee97480557ae0159fb8bef727b4461fff9492 (diff)
downloadpkgsrc-529f54b8ee40de43027c7c523c1ad05c5f071311.tar.gz
Enable pkgviews installation.
Diffstat (limited to 'math/lapack')
-rw-r--r--math/lapack/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/math/lapack/Makefile b/math/lapack/Makefile
index 318e8e38cdd..7c94830197a 100644
--- a/math/lapack/Makefile
+++ b/math/lapack/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2004/02/26 15:26:29 adam Exp $
+# $NetBSD: Makefile,v 1.14 2004/06/20 20:23:29 minskim Exp $
#
DISTNAME= lapack
@@ -16,6 +16,8 @@ MAINTAINER= adam@NetBSD.org
HOMEPAGE= http://www.netlib.org/lapack/index.html
COMMENT= Linear Algebra PACKage
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
WRKSRC= ${WRKDIR}/LAPACK
DIST_SUBDIR= lapack-20010201
USE_BUILDLINK3= YES
@@ -23,6 +25,8 @@ USE_FORTRAN= YES
USE_LIBTOOL= YES
ALL_TARGET= lapacklib
+INSTALLATION_DIRS= lib
+
do-install:
${LIBTOOL} --mode=install ${INSTALL_DATA} ${WRKSRC}/liblapack.la \
${PREFIX}/lib