diff options
author | steve <steve@FreeBSD.org> | 1998-10-10 13:40:57 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-10-10 13:40:57 +0800 |
commit | 6d49bf9c8729227f4e8e56b41a94947c3fc9e722 (patch) | |
tree | b289fc441e5508a5a4f76ce5274da2f75163170c /math/metis4/Makefile | |
parent | 1a8e7c6a371aa8aa79315e18c9f51d243e2cb65a (diff) | |
download | freebsd-ports-gnome-6d49bf9c8729227f4e8e56b41a94947c3fc9e722.tar.gz freebsd-ports-gnome-6d49bf9c8729227f4e8e56b41a94947c3fc9e722.tar.zst freebsd-ports-gnome-6d49bf9c8729227f4e8e56b41a94947c3fc9e722.zip |
Update to version 4.0.
PR: 8243
Submitted by: old maintainer
Diffstat (limited to 'math/metis4/Makefile')
-rw-r--r-- | math/metis4/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/math/metis4/Makefile b/math/metis4/Makefile index b8c9952acce0..959bd95b90b8 100644 --- a/math/metis4/Makefile +++ b/math/metis4/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: METIS -# Version required: 3.0 +# Version required: 4.0 # Date created: 26 Oct 97 # Whom: Pedro Giffuni <giffunip@asme.org> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/04/26 03:55:22 mph Exp $ # -DISTNAME= metis-3.0 +DISTNAME= metis-4.0 CATEGORIES= math MASTER_SITES= http://www.cs.umn.edu/~karypis/metis/metis/files/ -MAINTAINER= giffunip@asme.org +MAINTAINER= ports@FreeBSD.org ALL_TARGET= |