1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-29 21:39:24 +00:00
freebsd-ports/math/blas/Makefile

36 lines
789 B
Makefile
Raw Normal View History

# New ports collection makefile for: blas
# Version required: ?
# Date created: 27 October 1994
# Whom: ljo
#
# $Id: Makefile,v 1.12 1997/07/17 15:12:52 max Exp $
#
DISTNAME= blas
PKGNAME= blas-1.0
CATEGORIES= math
MASTER_SITES= ftp://netlib.bell-labs.com/netlib/
EXTRACT_SUFX= .tar
MAINTAINER= ports@FreeBSD.org
# ${DISTFILES} is automatically created from the directory contents
IGNOREFILES= ${DISTFILES}
EXTRACT_BEFORE_ARGS= -xvf
post-extract:
${GUNZIP_CMD} ${WRKSRC}/*.f.gz
pre-build:
${RM} ${WRKSRC}/.depend
${CP} ${FILESDIR}/makefile.lib ${WRKSRC}/Makefile
1995-01-27 07:06:03 +00:00
post-install:
.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
.include <bsd.port.mk>