mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
96bc8048c3
shell loops to make loops. Use EXTRA_PKG_FLAGS to add install scripts instead of adding it to PKG_FLAGS after bsd.port.mk.
33 lines
713 B
Makefile
33 lines
713 B
Makefile
# New ports collection makefile for: blas
|
|
# Version required: ?
|
|
# Date created: 27 October 1994
|
|
# Whom: ljo
|
|
#
|
|
# $Id: Makefile,v 1.20 1998/09/28 09:44:23 asami Exp $
|
|
#
|
|
|
|
DISTNAME= blas
|
|
PKGNAME= blas-1.0
|
|
CATEGORIES= math
|
|
MASTER_SITES= ftp://netlib.bell-labs.com/netlib/blas/ \
|
|
ftp://www.hensa.ac.uk/mirrors/netlib/blas/ \
|
|
ftp://elib.zib-berlin.de/pub/blas/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
WRKSRC= ${WRKDIR}
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
pre-build:
|
|
${CP} ${FILESDIR}/makefile.lib ${WRKDIR}/Makefile
|
|
|
|
post-install:
|
|
${LDCONFIG} -m ${PREFIX}/lib
|
|
.if ${PORTOBJFORMAT} == "aout"
|
|
${LN} -sf libblas.so.1.0 ${PREFIX}/lib/libblas.so
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|