18 lines
442 B
Makefile
18 lines
442 B
Makefile
# $OpenBSD: Makefile,v 1.4 2000/06/02 16:09:51 yanick Exp $
|
|
# Original from: Yannick Cote
|
|
|
|
DISTNAME= lam-6.3.1
|
|
CATEGORIES= devel math net
|
|
FAKE=No
|
|
|
|
MAINTAINER= yanick@openbsd.org
|
|
BROKEN= "Waiting for the 6.3.3 version which will contain a decent build process."
|
|
|
|
MASTER_SITES= http://www.mpi.nd.edu/downloads/lam/
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --prefix=${PREFIX}
|
|
CONFIGURE_ARGS+= --with-rsh="ssh -x"
|
|
|
|
.include <bsd.port.mk>
|