blob: 7a003940cc7a65b014612ab192503578dbca4061 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Created by: ljo
# $FreeBSD$
PORTNAME= blas
PORTREVISION= 5
MAINTAINER= fortran@FreeBSD.org
COMMENT= Basic Linear Algebra Subroutines
DESCR= ${.CURDIR}/pkg-descr
BLAS_SLAVEPORT= yes
MASTERDIR= ${.CURDIR}/../lapack
.include "${MASTERDIR}/Makefile"
|