1995-04-11 01:19:12 +00:00
|
|
|
# New ports collection makefile for: blas
|
|
|
|
# Version required: ?
|
|
|
|
# Date created: 27 October 1994
|
|
|
|
# Whom: ljo
|
|
|
|
#
|
1998-02-02 00:25:22 +00:00
|
|
|
# $Id: Makefile,v 1.12 1997/07/17 15:12:52 max Exp $
|
1995-04-11 01:19:12 +00:00
|
|
|
#
|
|
|
|
|
1994-10-27 15:05:16 +00:00
|
|
|
DISTNAME= blas
|
1995-04-22 11:30:15 +00:00
|
|
|
PKGNAME= blas-1.0
|
1996-11-18 11:44:27 +00:00
|
|
|
CATEGORIES= math
|
1998-02-02 00:25:22 +00:00
|
|
|
MASTER_SITES= ftp://netlib.bell-labs.com/netlib/
|
|
|
|
EXTRACT_SUFX= .tar
|
1997-04-03 01:10:59 +00:00
|
|
|
|
1998-02-02 00:25:22 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
1995-04-11 01:19:12 +00:00
|
|
|
|
1998-02-02 00:25:22 +00:00
|
|
|
# ${DISTFILES} is automatically created from the directory contents
|
|
|
|
IGNOREFILES= ${DISTFILES}
|
|
|
|
EXTRACT_BEFORE_ARGS= -xvf
|
1994-10-27 15:05:16 +00:00
|
|
|
|
1998-02-02 00:25:22 +00:00
|
|
|
post-extract:
|
|
|
|
${GUNZIP_CMD} ${WRKSRC}/*.f.gz
|
1994-10-27 15:05:16 +00:00
|
|
|
|
|
|
|
pre-build:
|
1998-02-02 00:25:22 +00:00
|
|
|
${RM} ${WRKSRC}/.depend
|
|
|
|
${CP} ${FILESDIR}/makefile.lib ${WRKSRC}/Makefile
|
1995-01-27 07:06:03 +00:00
|
|
|
|
1995-06-24 11:42:32 +00:00
|
|
|
post-install:
|
1998-02-02 00:25:22 +00:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
${MKDIR} ${PREFIX}/share/doc/blas
|
|
|
|
${CP} ${WRKSRC}/*.ps.gz $(PREFIX)/share/doc/blas/
|
|
|
|
.endif
|
1997-07-17 15:13:02 +00:00
|
|
|
${LDCONFIG} -m ${PREFIX}/lib
|
1994-10-27 15:05:16 +00:00
|
|
|
|
1995-06-24 11:42:32 +00:00
|
|
|
.include <bsd.port.mk>
|