freebsd-ports/math/mtl/Makefile
Edwin Groothuis ff6e619a85 port update: math/mtl
There is a minor update to mtl. Since this is port only
	consists of header, and no library is actually build I
	followed their recomendation and added NO_BUILD which saves
	some time doing unnecessary testing.

	I also wanted to add LAPACK support but I couldn't. At least
	I fixed a bug in configure in the process.

PR:		ports/55203
Submitted by:	Pedro F. Giffuni <giffunip@yahoo.com>
2003-08-25 01:37:53 +00:00

22 lines
406 B
Makefile

# ex:ts=8
# Ports collection makefile for: mtl
# Date created: Mar 15, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= mtl
PORTVERSION= 2.1.2.21
CATEGORIES= math devel
MASTER_SITES= http://www.osl.iu.edu/download/research/mtl/
DISTNAME= ${PORTNAME}-2.1.2-21
MAINTAINER= ports@FreeBSD.org
COMMENT= The Matrix Template Library
USE_AUTOCONF= yes
GNU_CONFIGURE= yes
NO_BUILD= yes
.include <bsd.port.mk>