openbsd-ports/devel/lam/Makefile

29 lines
803 B
Makefile
Raw Normal View History

2004-11-23 16:34:27 -05:00
# $OpenBSD: Makefile,v 1.14 2004/11/23 21:34:27 espie Exp $
2000-01-28 16:56:10 -05:00
# Original from: Yannick Cote
DISTNAME= lam-6.5.9
CATEGORIES= devel math net comms
2003-04-10 14:08:56 -04:00
COMMENT= "great implementation of the message passing interface"
2000-01-28 16:56:10 -05:00
2002-05-08 13:19:36 -04:00
MAINTAINER= Todd T. Fries <todd@openbsd.org>
2000-01-28 16:56:10 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2004-11-23 16:34:27 -05:00
WANTLIB= c util
2002-05-13 14:50:36 -04:00
MASTER_SITES= http://www.lam-mpi.org/download/files/ \
http://www.thinkingnerds.com/lam/download/files/ \
http://lam.squyres.com/download/files/ \
http://lam.fries.net/download/files/ \
http://lam.kresge.com/download/files/
HOMEPAGE= http://www.lam-mpi.org/
2000-01-28 16:56:10 -05:00
CONFIGURE_STYLE= gnu
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC}/config ${WRKSRC}/mpi2c++
2000-01-28 19:48:30 -05:00
CONFIGURE_ARGS+= --with-rsh="ssh -x"
2000-01-28 16:56:10 -05:00
.include <bsd.port.mk>