summaryrefslogtreecommitdiff
path: root/math/linpack/Makefile
diff options
context:
space:
mode:
authorBill Fenner <fenner@FreeBSD.org>1997-04-03 01:17:25 +0000
committerBill Fenner <fenner@FreeBSD.org>1997-04-03 01:17:25 +0000
commitc190b0cac0c346f0f9776c5029931c65998260f5 (patch)
treeeea414a240b1fc8f3824239d2000d37fb8a00632 /math/linpack/Makefile
parentSome files got updated. (diff)
Fix MASTER_SITE since netlib.att.com went away, do dependence on blas
properly, and clean up Makefiles a little.
Notes
Notes: svn path=/head/; revision=6118
Diffstat (limited to 'math/linpack/Makefile')
-rw-r--r--math/linpack/Makefile15
1 files changed, 9 insertions, 6 deletions
diff --git a/math/linpack/Makefile b/math/linpack/Makefile
index e71b53b7d30b..969a03626b5e 100644
--- a/math/linpack/Makefile
+++ b/math/linpack/Makefile
@@ -3,19 +3,22 @@
# Date created: 31 October 1994
# Whom: ljo
#
-# $Id: Makefile,v 1.9 1996/03/10 09:01:03 asami Exp $
+# $Id: Makefile,v 1.10 1996/11/18 11:32:26 asami Exp $
#
DISTNAME= linpack
PKGNAME= linpack-1.0
CATEGORIES= math
-MASTER_SITES= ftp://netlib.att.com/netlib/linpack/
+MASTER_SITES= ftp://netlib.bell-labs.com/netlib/linpack/ \
+ ftp://ftp.netlib.org/linpack/
DIST_SUBDIR= ${DISTNAME}
-EXTRACT_CMD=${.CURDIR}/scripts/uncomp
-EXTRACT_SUFX=.Z
-EXTRACT_ARGS= ${WRKDIR}
+RUN_DEPENDS= ${PREFIX}/lib/libcor.so.1.0:${PORTSDIR}/math/blas
+
+EXTRACT_CMD= ${SCRIPTDIR}/uncomp
+EXTRACT_SUFX= .Z
+EXTRACT_ARGS= ${WRKDIR}
NO_WRKSUBDIR= yes
@@ -49,7 +52,7 @@ pre-build:
cp Makefile.lib ${WRKDIR}/Makefile
pre-extract:
- chmod +x scripts/uncomp
+ chmod +x ${SCRIPTDIR}/uncomp
post-install:
ldconfig -m ${PREFIX}/lib