diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-03-15 17:12:15 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-03-15 17:12:15 +0800 |
commit | 407d0afd891f31227655d1a25c17017edcd2a47d (patch) | |
tree | b93f9b12cac608635d1c854369e084991a5a943f /math/mtl/Makefile | |
parent | 7093dd4ff82cba196766303c6b4c9905d0d4a71c (diff) | |
download | freebsd-ports-gnome-407d0afd891f31227655d1a25c17017edcd2a47d.tar.gz freebsd-ports-gnome-407d0afd891f31227655d1a25c17017edcd2a47d.tar.zst freebsd-ports-gnome-407d0afd891f31227655d1a25c17017edcd2a47d.zip |
add mtl 2.1.2-20
The Matrix Template Library
Diffstat (limited to 'math/mtl/Makefile')
-rw-r--r-- | math/mtl/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/math/mtl/Makefile b/math/mtl/Makefile new file mode 100644 index 000000000000..85cc8a0fe884 --- /dev/null +++ b/math/mtl/Makefile @@ -0,0 +1,19 @@ +# ex:ts=8 +# Ports collection makefile for: mtl +# Date created: Mar 15, 2002 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= mtl +PORTVERSION= 2.1.2.20 +CATEGORIES= math devel +MASTER_SITES= http://www.osl.iu.edu/download/research/mtl/ +DISTNAME= ${PORTNAME}-2.1.2-20 + +MAINTAINER= ports@FreeBSD.org + +GNU_CONFIGURE= yes + +.include <bsd.port.mk> |