openbsd-ports/devel/lam/Makefile
todd f2545dd6f5 - bump version to 6.5.9 from 6.5.1
- fix pkg/*INSTALL (dont hardcode /etc, use ${SYSCONFDIR}) (prompted by nikolay)
- misc tweaks noticed while I was here
- remove upstream accepted patch
2003-04-24 23:48:48 +00:00

28 lines
785 B
Makefile

# $OpenBSD: Makefile,v 1.13 2003/04/24 23:48:48 todd Exp $
# Original from: Yannick Cote
DISTNAME= lam-6.5.9
CATEGORIES= devel math net comms
COMMENT= "great implementation of the message passing interface"
MAINTAINER= Todd T. 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/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/
CONFIGURE_STYLE= gnu
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC}/config ${WRKSRC}/mpi2c++
CONFIGURE_ARGS+= --with-rsh="ssh -x"
.include <bsd.port.mk>