freebsd-ports/net/lam/Makefile
Dmitry Sivachenko 97c7a02eb0 New port: lam
LAM (Local Area Multicomputer) is 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:		29930
Submitted by:	David Bremner <bremner@unb.ca>
2001-12-26 11:08:07 +00:00

21 lines
371 B
Makefile

# New ports collection makefile for: lam
# Date created: Aug 21 2001
# Whom: bremner@unb.ca
#
# $FreeBSD$
#
PORTNAME= lam
PORTVERSION= 6.5.6
CATEGORIES= net
MASTER_SITES= http://www.lam-mpi.org/download/files/
MAINTAINER= bremner@unb.ca
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-rsh=ssh
.include "files/manpages"
.include <bsd.port.mk>