1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/math/metis4/Makefile
Matthew Hunt aa396234bd 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>
1998-04-26 03:55:22 +00:00

34 lines
1016 B
Makefile

# 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>