freebsd-ports/math/blas/Makefile
Maxim Sobolev 61ebd322a2 Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I
just cun'n'pasted the name from Satoshi's commit message without checking
it.

Hall of shame entry:	sobomax
2000-06-16 08:19:52 +00:00

25 lines
511 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
INSTALLS_SHLIBS= yes
NO_WRKSUBDIR= yes
pre-build:
${CP} ${FILESDIR}/makefile.lib ${WRKSRC}/Makefile
.include <bsd.port.mk>