mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
ffb21b5654
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
26 lines
510 B
Makefile
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>
|