1fb67da2dc
o old patch and COMMENT going away o fix a symbollic link problem o integrate COMMENT into the Makefile o take over maintinership o no longer marked broken Hats off to Jeff Squyres <jsquyres@lsc.nd.edu> (a LAM developer) for testing on/hammering an OpenBSD machine in preparation for this release version.
29 lines
789 B
Makefile
29 lines
789 B
Makefile
# $OpenBSD: Makefile,v 1.6 2001/04/13 20:29:14 todd Exp $
|
|
# Original from: Yannick Cote
|
|
|
|
DISTNAME= lam-6.5.1
|
|
NEED_VERSION= 1.358
|
|
CATEGORIES= devel math net comms parallel
|
|
COMMENT= great implementation of the message passing interface
|
|
|
|
MAINTAINER= Todd Fries <todd@OpenBSD.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= http://www.lam-mpi.org/download/%SUBDIR%/ \
|
|
http://www.thinkingnerds.com/lam/download/%SUBDIR%/ \
|
|
http://lam.squyres.com/download/%SUBDRI%/ \
|
|
http://lam.fries.net/download/%SUBDIR%/ \
|
|
http://lam.kresge.com/download/%SUBDIR%/
|
|
MASTER_SITE_SUBDIR= files
|
|
|
|
HOMEPAGE= http://www.lam-mpi.org/
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS+= --with-rsh="ssh -x"
|
|
|
|
.include <bsd.port.mk>
|