freebsd-ports/math/blas/Makefile
Satoshi Asami ffb21b5654 Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)

Line up the rhs of variable assignments nicely.  Remove a couple of extra
whitespaces while I'm here.

Suggested by:	 sobomax
2000-06-16 21:52:40 +00:00

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