Merge from vendor branch TNF:
[pkgsrcv2.git] / parallel / mpi-ch / Makefile
1 # $NetBSD: Makefile,v 1.7 2000/01/10 01:39:05 wiz Exp $
2
3 DISTNAME=               mpich-1.1.1
4 CATEGORIES=             parallel
5 MASTER_SITES=           ftp://ftp.mcs.anl.gov/pub/mpi/old/
6
7 MAINTAINER=             root@garbled.net
8 HOMEPAGE=               http://www.mcs.anl.gov/mpi/mpich/index.html
9
10 DEPENDS+=               ssh-1.2.27:../../security/ssh
11
12 WRKSRC=                 ${WRKDIR}/mpich
13 ALL_TARGET=             ALL
14 USE_PERL5=              yes
15 HAS_CONFIGURE=          yes
16 USE_GMAKE=              yes
17 USE_X11=                yes
18 CONFIGURE_ARGS=         -prefix=${PREFIX} -arch=netbsd -comm=ch_p4
19 CONFIGURE_ARGS+=        -nof77 -make=${GMAKE} -mpe -rsh=ssh -opt=-O -nodevdebug
20
21 post-install:
22         ${RM} ${PREFIX}/mpiuninstall
23         ${RM} ${PREFIX}/man/mandesc
24         ${RMDIR} ${PREFIX}/share/doc/mpi
25
26 .include "../../mk/bsd.pkg.mk"