blob: 373b4fa3509578215c8b76c223d7455d93a94559 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: lam
# Date created: Aug 21 2001
# Whom: bremner@unb.ca
#
# $FreeBSD$
#
PORTNAME= lam
PORTVERSION= 6.5.6
CATEGORIES= net parallel
MASTER_SITES= http://www.lam-mpi.org/download/files/
MAINTAINER= bremner@unb.ca
COMMENT= Local Area Multicomputer MPI implementation
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-rsh=ssh
.include "files/manpages"
.include <bsd.port.mk>
|