diff options
author | Steve Price <steve@FreeBSD.org> | 1998-02-09 13:02:09 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-02-09 13:02:09 +0000 |
commit | 28788ce717aedb74d19232d7eb550dd0558538c1 (patch) | |
tree | c7cdbadb88a7d927951884c19c7d07de3306be17 /math/blas/Makefile | |
parent | ae10124d1691d028338b661b8ec513485a23be54 (diff) | |
download | ports-28788ce717aedb74d19232d7eb550dd0558538c1.tar.gz ports-28788ce717aedb74d19232d7eb550dd0558538c1.zip |
Notes
Diffstat (limited to 'math/blas/Makefile')
-rw-r--r-- | math/blas/Makefile | 23 |
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> |