12 lines
241 B
Makefile
12 lines
241 B
Makefile
PORTNAME= blas
|
|
|
|
MAINTAINER= fortran@FreeBSD.org
|
|
COMMENT= Basic Linear Algebra Subroutines
|
|
WWW= https://www.netlib.org/blas/
|
|
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
BLAS_SLAVEPORT= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../lapack
|
|
|
|
.include "${MASTERDIR}/Makefile"
|