aboutsummaryrefslogtreecommitdiffstats
path: root/math/cblas/Makefile
blob: 799e6368de792a41ddd32cc837176fb7b1c8bee3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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"