mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
80acf24533
With hat: portmgr
16 lines
253 B
Makefile
16 lines
253 B
Makefile
# Created by: ljo
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= blas
|
|
PORTREVISION= 4
|
|
|
|
MAINTAINER= fortran@FreeBSD.org
|
|
COMMENT= Basic Linear Algebra Subroutines
|
|
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
BLAS_SLAVEPORT= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../lapack
|
|
|
|
.include "${MASTERDIR}/Makefile"
|