summaryrefslogtreecommitdiff
path: root/math/metis/Makefile
diff options
context:
space:
mode:
authorMatthew Hunt <mph@FreeBSD.org>1998-04-26 03:55:22 +0000
committerMatthew Hunt <mph@FreeBSD.org>1998-04-26 03:55:22 +0000
commitaa396234bd3e51fb0b598e70a6df81ae04e2a7d6 (patch)
treebe1890938e49233866874dcfdc63c6d4d42ecbae /math/metis/Makefile
parentActivate eval. (diff)
Import of METIS, a package for unstructured graph partitioning.
At least, that's what the COMMENT says it does... PR: 4920 Submitted by: Pedro Giffuni <giffunip@asme.org>
Notes
Notes: svn path=/head/; revision=10682
Diffstat (limited to 'math/metis/Makefile')
-rw-r--r--math/metis/Makefile33
1 files changed, 33 insertions, 0 deletions
diff --git a/math/metis/Makefile b/math/metis/Makefile
new file mode 100644
index 000000000000..b8c9952acce0
--- /dev/null
+++ b/math/metis/Makefile
@@ -0,0 +1,33 @@
+# New ports collection makefile for: METIS
+# Version required: 3.0
+# Date created: 26 Oct 97
+# Whom: Pedro Giffuni <giffunip@asme.org>
+#
+# $Id$
+#
+
+DISTNAME= metis-3.0
+CATEGORIES= math
+MASTER_SITES= http://www.cs.umn.edu/~karypis/metis/metis/files/
+
+MAINTAINER= giffunip@asme.org
+
+ALL_TARGET=
+
+do-install:
+ $(INSTALL_PROGRAM) $(WRKSRC)/pmetis $(PREFIX)/bin
+ $(INSTALL_PROGRAM) $(WRKSRC)/kmetis $(PREFIX)/bin
+ $(INSTALL_PROGRAM) $(WRKSRC)/oemetis $(PREFIX)/bin
+ $(INSTALL_PROGRAM) $(WRKSRC)/onmetis $(PREFIX)/bin
+ $(INSTALL_PROGRAM) $(WRKSRC)/partnmesh $(PREFIX)/bin
+ $(INSTALL_PROGRAM) $(WRKSRC)/partdmesh $(PREFIX)/bin
+ $(INSTALL_PROGRAM) $(WRKSRC)/mesh2nodal $(PREFIX)/bin
+ $(INSTALL_PROGRAM) $(WRKSRC)/mesh2dual $(PREFIX)/bin
+ $(INSTALL_PROGRAM) $(WRKSRC)/graphchk $(PREFIX)/bin
+ $(INSTALL_DATA) $(WRKSRC)/libmetis.a $(PREFIX)/lib
+.if !defined(NOPORTDOCS)
+ ${MKDIR} $(PREFIX)/share/doc/METIS
+ $(INSTALL_DATA) ${WRKSRC}/Doc/manual.ps $(PREFIX)/share/doc/METIS
+.endif
+
+.include <bsd.port.mk>