2001-12-26 12:08:07 +01:00
|
|
|
# New ports collection makefile for: lam
|
|
|
|
# Date created: Aug 21 2001
|
|
|
|
# Whom: bremner@unb.ca
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= lam
|
2003-06-19 17:31:00 +02:00
|
|
|
PORTVERSION= 6.5.9
|
2002-11-24 14:41:11 +01:00
|
|
|
CATEGORIES= net parallel
|
2001-12-26 12:08:07 +01:00
|
|
|
MASTER_SITES= http://www.lam-mpi.org/download/files/
|
|
|
|
|
|
|
|
MAINTAINER= bremner@unb.ca
|
2003-02-21 14:28:59 +01:00
|
|
|
COMMENT= Local Area Multicomputer MPI implementation
|
2001-12-26 12:08:07 +01:00
|
|
|
|
2003-06-19 17:31:00 +02:00
|
|
|
USE_BZIP2= yes
|
2001-12-26 12:08:07 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS+= --with-rsh=ssh
|
|
|
|
|
|
|
|
.include "files/manpages"
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|