1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/net/lam/Makefile
Thierry Thomas 36e89f867b Mark as deprecated.
This port is only used by benchmarks/hpl, which supports net/lam7.

It will eventually be replaced by net/lam7 after the expiration date.
2006-07-17 17:25:27 +00:00

28 lines
549 B
Makefile

# 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>