* Fixed MASTER_SITES

* Supported NO_WRKSUBDIR
* Added WWW: line into pkg/DESCR

PR:		15468
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
This commit is contained in:
Chris D. Faulhaber 1999-12-23 17:13:45 +00:00
parent 08d4b42557
commit 6b5eb6aff4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=23897
2 changed files with 7 additions and 5 deletions

View File

@ -1,5 +1,5 @@
# New ports collection makefile for: blas
# Version required: ?
# Version required: 1.0
# Date created: 27 October 1994
# Whom: ljo
#
@ -11,20 +11,20 @@ PKGNAME= blas-1.0
CATEGORIES= math
MASTER_SITES= ftp://netlib.bell-labs.com/netlib/blas/ \
ftp://www.hensa.ac.uk/mirrors/netlib/blas/ \
ftp://elib.zib-berlin.de/pub/blas/
http://www.netlib.org/blas/
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
WRKSRC= ${WRKDIR}
NO_WRKSUBDIR= yes
.include <bsd.port.pre.mk>
pre-build:
${CP} ${FILESDIR}/makefile.lib ${WRKDIR}/Makefile
${CP} ${FILESDIR}/makefile.lib ${WRKSRC}/Makefile
post-install:
${LDCONFIG} -m ${PREFIX}/lib
${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
.if ${PORTOBJFORMAT} == "aout"
${LN} -sf libblas.so.1.0 ${PREFIX}/lib/libblas.so
.endif

View File

@ -8,3 +8,5 @@ example.
A Fortran77 reference implementation of the BLAS is located in the blas
directory of Netlib.
WWW: http://www.netlib.org/blas/