2001-12-26 11:08:07 +00:00
|
|
|
# New ports collection makefile for: lam
|
|
|
|
# Date created: Aug 21 2001
|
|
|
|
# Whom: bremner@unb.ca
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2006-05-21 20:02:32 +00:00
|
|
|
PORTNAME= lam
|
|
|
|
PORTVERSION= 6.5.9
|
|
|
|
CATEGORIES= net parallel
|
|
|
|
MASTER_SITES= http://www.lam-mpi.org/download/files/
|
2001-12-26 11:08:07 +00:00
|
|
|
|
2006-05-21 20:02:32 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 13:28:59 +00:00
|
|
|
COMMENT= Local Area Multicomputer MPI implementation
|
2001-12-26 11:08:07 +00:00
|
|
|
|
2003-06-19 15:31:00 +00:00
|
|
|
USE_BZIP2= yes
|
2001-12-26 11:08:07 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS+= --with-rsh=ssh
|
|
|
|
|
2004-05-30 07:14:57 +00:00
|
|
|
CONFLICTS= lam-7.*
|
|
|
|
|
2006-07-17 17:25:27 +00:00
|
|
|
DEPRECATED= to be replaced by net/lam7, please use this port instead
|
|
|
|
EXPIRATION_DATE=2006-08-18
|
|
|
|
|
2001-12-26 11:08:07 +00:00
|
|
|
.include "files/manpages"
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|