diff options
author | jedgar <jedgar@FreeBSD.org> | 1999-12-24 01:13:45 +0800 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 1999-12-24 01:13:45 +0800 |
commit | 61eb4c9643147eeb935ee129ba9fe0707ab18f22 (patch) | |
tree | 839be13ee1974fe99cdf0d4d3a4dc7960c08fc8a /math/blas | |
parent | a153867029acfb78561bf912e111448322a6c0ed (diff) | |
download | freebsd-ports-gnome-61eb4c9643147eeb935ee129ba9fe0707ab18f22.tar.gz freebsd-ports-gnome-61eb4c9643147eeb935ee129ba9fe0707ab18f22.tar.zst freebsd-ports-gnome-61eb4c9643147eeb935ee129ba9fe0707ab18f22.zip |
* Fixed MASTER_SITES
* Supported NO_WRKSUBDIR
* Added WWW: line into pkg/DESCR
PR: 15468
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'math/blas')
-rw-r--r-- | math/blas/Makefile | 10 | ||||
-rw-r--r-- | math/blas/pkg-descr | 2 |
2 files changed, 7 insertions, 5 deletions
diff --git a/math/blas/Makefile b/math/blas/Makefile index 77dfcb7359ae..c5033865cd05 100644 --- a/math/blas/Makefile +++ b/math/blas/Makefile @@ -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 diff --git a/math/blas/pkg-descr b/math/blas/pkg-descr index 65ee7834c420..de0aa93ec97a 100644 --- a/math/blas/pkg-descr +++ b/math/blas/pkg-descr @@ -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/ |