freebsd-ports/math/blas/Makefile
Maho Nakata a20eb23df8 * Make the BLAS port the secondary port of LAPACK.
* Version number of BLAS port is now accord with LAPACK port.

Submitted by:	bf
2012-01-23 01:16:10 +00:00

20 lines
350 B
Makefile

# New ports collection makefile for: blas
# Date created: 27 October 1994
# Whom: 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
.include "${MASTERDIR}/Makefile"