summaryrefslogtreecommitdiff
path: root/math/blas
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-03-10 09:01:03 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-03-10 09:01:03 +0000
commite7f351ac14b2daff150db0a0a8172b0828ea85c6 (patch)
tree4f3be7e46f3c6a2eb6ab282a7979467be111b1f3 /math/blas
parentReplace PATCH_PRFX with a more generic DIST_SUBDIR. If it is set to (diff)
Set DIST_SUBDIR to ${DISTNAME} and delete a whole bunch of hacks to
fetch them correctly from the backup site.
Notes
Notes: svn path=/head/; revision=2820
Diffstat (limited to 'math/blas')
-rw-r--r--math/blas/Makefile15
1 files changed, 5 insertions, 10 deletions
diff --git a/math/blas/Makefile b/math/blas/Makefile
index bb18ff52666a..70f1218e7e9f 100644
--- a/math/blas/Makefile
+++ b/math/blas/Makefile
@@ -3,26 +3,21 @@
# Date created: 27 October 1994
# Whom: ljo
#
-# $Id: Makefile,v 1.7 1995/05/03 02:22:18 asami Exp $
+# $Id: Makefile,v 1.8 1995/06/24 11:40:16 asami Exp $
#
DISTNAME= blas
PKGNAME= blas-1.0
-CATEGORIES= math
-
-DISTDIR=${PORTSDIR}/distfiles/${DISTNAME}
-
+CATEGORIES+= math
MASTER_SITES= ftp://netlib.att.com/netlib/blas/
-.if defined(MASTER_SITE_OVERRIDE)
-MASTER_SITES:= ${MASTER_SITE_OVERRIDE}/blas/
-.undef MASTER_SITE_OVERRIDE
-.endif
+
+DIST_SUBDIR= ${DISTNAME}
EXTRACT_CMD=${.CURDIR}/scripts/uncomp
EXTRACT_SUFX=.Z
EXTRACT_ARGS= ${WRKDIR}
-WRKSRC=${WRKDIR}
+NO_WRKSUBDIR= yes
SRCS = caxpy.f cblas1.f cblas2.f ccopy.f cdotc.f cdotu.f cgbmv.f cgemv.f \
cgerc.f cgeru.f chbmv.f chemv.f cher.f cher2.f chpmv.f chpr.f \