1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/sysutils/mpiexec/Makefile
Martin Wilke 0d023c33e2 - Update to 0.82
PR:             ports/106166
Submitted by:   trasz (maintainer)
2006-12-03 22:52:09 +00:00

26 lines
523 B
Makefile

# 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@pin.if.uz.zgora.pl
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>