1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/math/blas/Makefile

29 lines
581 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.13 1998/02/02 00:24:51 steve Exp $
#
DISTNAME= blas
PKGNAME= blas-1.0
CATEGORIES= math
MASTER_SITES= ftp://netlib.bell-labs.com/netlib/blas/
EXTRACT_SUFX= .shar.gz
MAINTAINER= ports@FreeBSD.org
EXTRACT_CMD= ${GUNZIP_CMD} <
EXTRACT_ARGS=
EXTRACT_AFTER_ARGS= | /bin/sh
NO_WRKSUBDIR= yes
pre-build:
${CP} ${FILESDIR}/makefile.lib ${WRKDIR}/Makefile
1995-01-27 07:06:03 +00:00
post-install:
1997-07-17 15:13:02 +00:00
${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>