1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/math/blas/Makefile
Steve Price 28788ce717 Cleanup preivous commit. We now use a gzipped shar file and checksum.
Submitted by:	Pedro F. Gifunni <giffunip@asme.org>
1998-02-09 13:02:09 +00:00

29 lines
581 B
Makefile

# 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
post-install:
${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>