openbsd-ports/devel/lam/Makefile

16 lines
349 B
Makefile
Raw Normal View History

2000-01-28 19:48:30 -05:00
# $OpenBSD: Makefile,v 1.2 2000/01/29 00:48:30 yanick Exp $
2000-01-28 16:56:10 -05:00
# Original from: Yannick Cote
DISTNAME= lam-6.3.1
2000-01-28 19:48:30 -05:00
CATEGORIES= devel math net
2000-01-28 16:56:10 -05:00
MAINTAINER= yanick@openbsd.org
MASTER_SITES= http://www.mpi.nd.edu/downloads/lam/
GNU_CONFIGURE= yes
2000-01-28 19:48:30 -05:00
CONFIGURE_ARGS+= --prefix=${PREFIX}
CONFIGURE_ARGS+= --with-rsh="ssh -x"
2000-01-28 16:56:10 -05:00
.include <bsd.port.mk>