freebsd-ports/net/lam/Makefile
Pav Lucistnik 8a94f41648 - Fix build; strtonum(3) was added to recent versions of FreeBSD, but lam
already have an internal function of same name
- Portlint

PR:		ports/97443
Submitted by:	Pedro F. Giffuni <giffunip@asme.org>
2006-05-21 20:02:32 +00:00

25 lines
452 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.*
.include "files/manpages"
.include <bsd.port.mk>