aboutsummaryrefslogtreecommitdiffstats
path: root/math/mtl/Makefile
blob: 4fa386ee4efb46d8bf1ab9ab42931825dff97691 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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>