aboutsummaryrefslogtreecommitdiff
path: root/math/eispack
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/eispack
parentecc3dc218741b76569093828febe126373cf7dbc (diff)
downloadports-c190b0cac0c346f0f9776c5029931c65998260f5.tar.gz
ports-c190b0cac0c346f0f9776c5029931c65998260f5.zip
Notes
Diffstat (limited to 'math/eispack')
-rw-r--r--math/eispack/Makefile15
1 files changed, 9 insertions, 6 deletions
diff --git a/math/eispack/Makefile b/math/eispack/Makefile
index 39a1ea20f2e8..d0156f1f4666 100644
--- a/math/eispack/Makefile
+++ b/math/eispack/Makefile
@@ -3,19 +3,22 @@
# Date created: 31 October 1994
# Whom: ljo
#
-# $Id: Makefile,v 1.9 1996/03/10 09:01:00 asami Exp $
+# $Id: Makefile,v 1.10 1996/11/18 11:32:14 asami Exp $
#
DISTNAME= eispack
PKGNAME= eispack-1.0
CATEGORIES= math
-MASTER_SITES= ftp://netlib.att.com/netlib/eispack/
+MASTER_SITES= ftp://netlib.bell-labs.com/netlib/eispack/ \
+ ftp://ftp.netlib.org/eispack/
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
@@ -36,7 +39,7 @@ pre-build:
cp Makefile.lib ${WRKDIR}/Makefile
pre-extract:
- chmod +x scripts/uncomp
+ chmod +x ${SCRIPTDIR}/uncomp
post-install:
ldconfig -m ${PREFIX}/lib