mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
17 lines
265 B
Makefile
17 lines
265 B
Makefile
# Created by: 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
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|