freebsd-ports/math/mtl/Makefile
Joerg Wunsch 26c33c1827 Update to 2.1.2-22 which has been around for a while, and fixes a number
of incompatibilities with recent versions of GCC.
2007-02-23 10:50:15 +00:00

22 lines
388 B
Makefile

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