640609906a
While here, switch to using to USE_BZIP2. PR: ports/46630 ports/52921 Submitted by: David Bremner (maintainer) Approved by: David Bremner (maintainer)
23 lines
448 B
Makefile
23 lines
448 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= bremner@unb.ca
|
|
COMMENT= Local Area Multicomputer MPI implementation
|
|
|
|
USE_BZIP2= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --with-rsh=ssh
|
|
|
|
.include "files/manpages"
|
|
|
|
.include <bsd.port.mk>
|