[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / parallel / mpi-ch

Annotation of pkgsrc/parallel/mpi-ch/Makefile, Revision 1.13

1.13    ! wiz         1: # $NetBSD: Makefile,v 1.12 2001/02/13 12:49:07 is Exp $
1.1       garbled     2:
1.5       hubertf     3: DISTNAME=              mpich-1.1.1
1.1       garbled     4: CATEGORIES=            parallel
1.5       hubertf     5: MASTER_SITES=          ftp://ftp.mcs.anl.gov/pub/mpi/old/
1.1       garbled     6:
                      7: MAINTAINER=            root@garbled.net
                      8: HOMEPAGE=              http://www.mcs.anl.gov/mpi/mpich/index.html
1.13    ! wiz         9: COMMENT=               Free implementation of the Message Passing Interface
1.6       agc        10:
1.11      wiz        11: .if !exists(/usr/bin/ssh)
1.12      is         12: DEPENDS+=              {openssh-*,ssh{,6}-1.2.27*}:../../security/ssh
1.10      dmcmahil   13: .endif
1.7       wiz        14:
1.1       garbled    15: WRKSRC=                        ${WRKDIR}/mpich
                     16: ALL_TARGET=            ALL
                     17: USE_PERL5=             yes
                     18: HAS_CONFIGURE=         yes
                     19: USE_GMAKE=             yes
1.2       agc        20: USE_X11=               yes
1.3       agc        21: CONFIGURE_ARGS=                -prefix=${PREFIX} -arch=netbsd -comm=ch_p4
1.2       agc        22: CONFIGURE_ARGS+=       -nof77 -make=${GMAKE} -mpe -rsh=ssh -opt=-O -nodevdebug
1.1       garbled    23:
                     24: post-install:
1.8       wiz        25:        ${RM} ${PREFIX}/mpiuninstall
                     26:        ${RM} ${PREFIX}/man/mandesc
                     27:        ${RMDIR} ${PREFIX}/share/doc/mpi
1.1       garbled    28:
                     29: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>