summaryrefslogtreecommitdiff
path: root/sysutils/mpiexec/Makefile
blob: a8299d9dc9eafda1d27f34a20c9c0ac0b10f0e91 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# New ports collection makefile for:	mpiexec
# Date created:		2006-11-16
# Whom:			trasz <trasz@pin.if.uz.zgora.pl>
#
# $FreeBSD$
#

PORTNAME=	mpiexec
PORTVERSION=	0.82
CATEGORIES=	sysutils parallel
MASTER_SITES=	http://www.osc.edu/~pw/mpiexec/
EXTRACT_SUFX=	.tgz

MAINTAINER=	trasz@freebsd.org
COMMENT=	A tool to run a parallel job from within a PBS environment

LIB_DEPENDS=	torque.0:${PORTSDIR}/sysutils/torque

GNU_CONFIGURE=	yes
USE_GMAKE=	yes

PLIST_FILES=	bin/mpiexec
MAN1=		mpiexec.1

.include <bsd.port.mk>