aboutsummaryrefslogtreecommitdiffstats
path: root/math/blas/Makefile
blob: ddbb70805f5cbd79ae957813c1e299c2858b6684 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection makefile for:    blas
# Date created:         27 October 1994
# Whom:                 ljo
#
# $FreeBSD$
#

PORTNAME=   blas
PORTVERSION=    1.0
CATEGORIES= math
MASTER_SITES=   ftp://netlib.bell-labs.com/netlib/blas/ \
        ftp://www.hensa.ac.uk/mirrors/netlib/blas/ \
        http://www.netlib.org/blas/
DISTNAME=   ${PORTNAME}
EXTRACT_SUFX=   .tgz

MAINTAINER= ports@FreeBSD.org
COMMENT=    Basic Linear Algebra, level 1, 2, and 3

INSTALLS_SHLIB= yes
NO_WRKSUBDIR=   yes

pre-build:
    ${CP} ${FILESDIR}/makefile.lib ${WRKSRC}/Makefile

.include <bsd.port.mk>