freebsd-ports/net/lam7/Makefile
Pav Lucistnik ba3a6378a7 After repocopy from net/lam, add lam7, an MPI programming environment and
development system for heterogeneous computers on a network.  With LAM,
a dedicated cluster or an existing network computing infrastructure can act
as one parallel computer solving one problem.

PR:		ports/66738
Submitted by:	Jan Lentfer <lentferj@bio.tu-darmstadt.de>
Repocopy by:	marcus
2004-05-30 07:13:05 +00:00

33 lines
710 B
Makefile

# New ports collection makefile for: lam
# Date created: Aug 21 2001
# Whom: bremner@unb.ca
#
# $FreeBSD$
#
PORTNAME= lam7
PORTVERSION= 7.0.5
CATEGORIES= net parallel
MASTER_SITES= http://www.lam-mpi.org/download/files/
DISTNAME= lam-${PORTVERSION}
MAINTAINER= jan.lentfer@web.de
COMMENT= Local Area Multicomputer MPI implementation
USE_BZIP2= yes
USE_PERL5= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-rsh=ssh
CONFLICTS= lam-6.*
.include "files/manpages"
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
BUILD_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp
RUN_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp
.endif
.include <bsd.port.post.mk>