1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/math/blas/Makefile

26 lines
510 B
Makefile
Raw Normal View History

# New ports collection makefile for: blas
# Date created: 27 October 1994
# Whom: ljo
#
1999-08-25 07:23:21 +00:00
# $FreeBSD$
#
2000-04-14 07:20:58 +00:00
PORTNAME= blas
PORTVERSION= 1.0
CATEGORIES= math
MASTER_SITES= ftp://netlib.bell-labs.com/netlib/blas/ \
ftp://www.hensa.ac.uk/mirrors/netlib/blas/ \
http://www.netlib.org/blas/
2000-04-14 07:20:58 +00:00
DISTNAME= ${PORTNAME}
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
INSTALLS_SHLIB= yes
NO_WRKSUBDIR= yes
pre-build:
${CP} ${FILESDIR}/makefile.lib ${WRKSRC}/Makefile
1995-01-27 07:06:03 +00:00
2000-03-23 20:23:12 +00:00
.include <bsd.port.mk>