aboutsummaryrefslogtreecommitdiffstats
path: root/net/lam/Makefile
blob: e33f48ee35316e67d9dd5640ece9cd7c4a750ca6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# New ports collection makefile for:        lam
# Date created:                 Aug 21 2001
# Whom:                     bremner@unb.ca
#
# $FreeBSD$
#

PORTNAME=   lam
PORTVERSION=    6.5.9
CATEGORIES= net parallel
MASTER_SITES=   http://www.lam-mpi.org/download/files/

MAINTAINER= ports@FreeBSD.org
COMMENT=    Local Area Multicomputer MPI implementation

USE_BZIP2=  yes
GNU_CONFIGURE=  yes
CONFIGURE_ARGS+=    --with-rsh=ssh

CONFLICTS=  lam-7.*

DEPRECATED= to be replaced by net/lam7, please use this port instead
EXPIRATION_DATE=2006-08-18

.include "files/manpages"

.include <bsd.port.mk>