aboutsummaryrefslogtreecommitdiffstats
path: root/math/blas/Makefile
blob: e06aa86d5367df175234c323e9eb14ae9382c65b (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://ftp.mirrorservice.org/sites/netlib.bell-labs.com/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>