summaryrefslogtreecommitdiff
path: root/math/blas/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-02-09 13:02:09 +0000
committerSteve Price <steve@FreeBSD.org>1998-02-09 13:02:09 +0000
commit28788ce717aedb74d19232d7eb550dd0558538c1 (patch)
treec7cdbadb88a7d927951884c19c7d07de3306be17 /math/blas/Makefile
parentMake xtem reinstall-friendly. (diff)
Cleanup preivous commit. We now use a gzipped shar file and checksum.
Submitted by: Pedro F. Gifunni <giffunip@asme.org>
Notes
Notes: svn path=/head/; revision=9643
Diffstat (limited to 'math/blas/Makefile')
-rw-r--r--math/blas/Makefile23
1 files changed, 8 insertions, 15 deletions
diff --git a/math/blas/Makefile b/math/blas/Makefile
index ffda1fd24eb7..9837b8884b9e 100644
--- a/math/blas/Makefile
+++ b/math/blas/Makefile
@@ -3,33 +3,26 @@
# Date created: 27 October 1994
# Whom: ljo
#
-# $Id: Makefile,v 1.12 1997/07/17 15:12:52 max Exp $
+# $Id: Makefile,v 1.13 1998/02/02 00:24:51 steve Exp $
#
DISTNAME= blas
PKGNAME= blas-1.0
CATEGORIES= math
-MASTER_SITES= ftp://netlib.bell-labs.com/netlib/
-EXTRACT_SUFX= .tar
+MASTER_SITES= ftp://netlib.bell-labs.com/netlib/blas/
+EXTRACT_SUFX= .shar.gz
MAINTAINER= ports@FreeBSD.org
-# ${DISTFILES} is automatically created from the directory contents
-IGNOREFILES= ${DISTFILES}
-EXTRACT_BEFORE_ARGS= -xvf
-
-post-extract:
- ${GUNZIP_CMD} ${WRKSRC}/*.f.gz
+EXTRACT_CMD= ${GUNZIP_CMD} <
+EXTRACT_ARGS=
+EXTRACT_AFTER_ARGS= | /bin/sh
+NO_WRKSUBDIR= yes
pre-build:
- ${RM} ${WRKSRC}/.depend
- ${CP} ${FILESDIR}/makefile.lib ${WRKSRC}/Makefile
+ ${CP} ${FILESDIR}/makefile.lib ${WRKDIR}/Makefile
post-install:
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${PREFIX}/share/doc/blas
- ${CP} ${WRKSRC}/*.ps.gz $(PREFIX)/share/doc/blas/
-.endif
${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>