mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
- Make fetchable
PR: ports/122236 Submitted by: Wen heping <wenheping@gmail.com>
This commit is contained in:
parent
abb581a911
commit
d90de5e73a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=210562
@ -9,9 +9,9 @@ PORTNAME= linpack
|
||||
PORTVERSION= 1.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= ftp://netlib.bell-labs.com/netlib/linpack/ \
|
||||
ftp://ftp.mirrorservice.org/sites/netlib.bell-labs.com/netlib/linpack/
|
||||
DISTFILES= ${SRCS:.f=.f.gz}
|
||||
MASTER_SITES= http://www.netlib.org/linpack/ \
|
||||
http://netlib.amss.ac.cn/linpack/
|
||||
DISTFILES= ${SRCS}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Linear Algebra package
|
||||
@ -53,7 +53,7 @@ SRCS = cchdc.f cchdd.f cchex.f cchud.f cgbco.f cgbdi.f cgbfa.f cgbsl.f \
|
||||
do-extract:
|
||||
@${MKDIR} ${WRKDIR}
|
||||
.for file in ${SRCS}
|
||||
@${GZCAT} ${_DISTDIR}/${file:.f=.f.gz} > ${WRKSRC}/${file}
|
||||
@${CP} ${_DISTDIR}/${file} ${WRKSRC}/${file}
|
||||
.endfor
|
||||
|
||||
do-build:
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user