summaryrefslogtreecommitdiff
path: root/math/linpack
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-04-11 01:19:12 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-04-11 01:19:12 +0000
commitdebcbc50324f3db76d7bcce506c92f8b93c64330 (patch)
treee09459dd0ba2d9aaf5db7312a4f1b26fd09f37aa /math/linpack
parentAnd here comes the next round of Makefile updates, for games. Folks, (diff)
Some more Makefile updates, for the math ports.
Notes
Notes: svn path=/head/; revision=1326
Diffstat (limited to 'math/linpack')
-rw-r--r--math/linpack/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/math/linpack/Makefile b/math/linpack/Makefile
index 71c6cd1845bf..e112e1d5d4bd 100644
--- a/math/linpack/Makefile
+++ b/math/linpack/Makefile
@@ -1,13 +1,24 @@
+# New ports collection makefile for: linpack
+# Version required: ?
+# Date created: 31 October 1994
+# Whom: ljo
+#
+# $Id$
+#
+
DISTNAME= linpack
+
DISTDIR=${PORTSDIR}/distfiles/${DISTNAME}
MASTER_SITES= ftp://netlib.att.com/netlib/linpack/
.if defined(MASTER_SITE_OVERRIDE)
MASTER_SITES:= ${MASTER_SITE_OVERRIDE}/linpack/
.undef MASTER_SITE_OVERRIDE
.endif
+
EXTRACT_CMD=${.CURDIR}/scripts/uncomp
EXTRACT_SUFX=.Z
EXTRACT_ARGS= ${WRKDIR}
+
WRKSRC=${WRKDIR}
SRCS = cchdc.f cchdd.f cchex.f cchud.f cgbco.f cgbdi.f cgbfa.f cgbsl.f \