mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
28 lines
535 B
Makefile
28 lines
535 B
Makefile
# 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
|
|
|
|
NO_WRKSUBDIR= yes
|
|
|
|
pre-build:
|
|
${CP} ${FILESDIR}/makefile.lib ${WRKSRC}/Makefile
|
|
|
|
post-install:
|
|
${LDCONFIG} -m ${PREFIX}/lib
|
|
|
|
.include <bsd.port.mk>
|