a20eb23df8
* Version number of BLAS port is now accord with LAPACK port. Submitted by: bf
20 lines
350 B
Makefile
20 lines
350 B
Makefile
# New ports collection makefile for: blas
|
|
# Date created: 27 October 1994
|
|
# Whom: ljo
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= blas
|
|
PORTREVISION= 0
|
|
|
|
MAINTAINER= maho@FreeBSD.org
|
|
COMMENT= Basic Linear Algebra Subroutines
|
|
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
BLAS_SLAVEPORT = yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../lapack
|
|
|
|
.include "${MASTERDIR}/Makefile"
|