12 lines
293 B
Makefile
12 lines
293 B
Makefile
PORTNAME= cblas
|
|
|
|
MAINTAINER= fortran@FreeBSD.org
|
|
COMMENT= Reference implementation of the C interface to the legacy Fortran BLAS
|
|
WWW= https://www.netlib.org/blas/blast-forum/
|
|
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
CBLAS_SLAVEPORT= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../lapack
|
|
|
|
.include "${MASTERDIR}/Makefile"
|