diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-03-10 09:01:03 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-03-10 09:01:03 +0000 |
commit | e7f351ac14b2daff150db0a0a8172b0828ea85c6 (patch) | |
tree | 4f3be7e46f3c6a2eb6ab282a7979467be111b1f3 /math/blas | |
parent | 090a21e38d9ef1a9757d20f9ec36b0b3ce9c76cc (diff) | |
download | ports-e7f351ac14b2daff150db0a0a8172b0828ea85c6.tar.gz ports-e7f351ac14b2daff150db0a0a8172b0828ea85c6.zip |
Notes
Diffstat (limited to 'math/blas')
-rw-r--r-- | math/blas/Makefile | 15 |
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 \ |