diff options
Diffstat (limited to 'math/metis4/Makefile')
-rw-r--r-- | math/metis4/Makefile | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/math/metis4/Makefile b/math/metis4/Makefile index 2175f2209ac9..928576d41b33 100644 --- a/math/metis4/Makefile +++ b/math/metis4/Makefile @@ -7,17 +7,24 @@ PORTNAME= metis PORTVERSION= 4.0.3 +PORTREVISION= 1 CATEGORIES= math -MASTER_SITES= http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/ \ - http://www-users.cs.umn.edu/~karypis/metis/metis/files/ +MASTER_SITES= http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/OLD/ MAINTAINER= bf@FreeBSD.org COMMENT= A package for unstructured graph partitioning -CONFLICTS= metis-edf-[0-9]* +LICENSE= METIS +LICENSE_NAME= University of Minnesota METIS License +LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_PERMS= auto-accept + +CONFLICTS= metis-5* metis-edf-[0-9]* USE_LDCONFIG= yes +LATEST_LINK= metis4 +PORTSCOUT= limit:4.* PROGRAMS= graphchk kmetis mesh2dual mesh2nodal \ oemetis onmetis partnmesh partdmesh pmetis |