summaryrefslogtreecommitdiff
path: root/parallel/pdsh/Makefile
blob: e16e71ab97b001ce730190ff82a74aaaf082a10f (plain)
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
26
27
28
29
# $NetBSD: Makefile,v 1.4 2016/07/09 06:38:48 wiz Exp $
#

DISTNAME=	pdsh-2.29
PKGREVISION=	3
CATEGORIES=	parallel
MASTER_SITES=	http://pdsh.googlecode.com/files/
EXTRACT_SUFX=	.tar.bz2

MAINTAINER=	filip@joyent.com
HOMEPAGE=	https://pdsh.googlecode.com/
COMMENT=	High-performance, parallel remote shell utility
LICENSE=	gnu-gpl-v2

PKG_DESTDIR_SUPPORT=	user-destdir

GNU_CONFIGURE=	yes
USE_LIBTOOL=	yes
USE_TOOLS+=	perl:run

REPLACE_PERL+=		scripts/dshbak

CONFIGURE_ARGS+=	--with-ssh
CONFIGURE_ARGS+=	--with-dshgroups=${PKG_SYSCONFBASE}/dsh/group
CONFIGURE_ARGS+=	--with-machines=${PKG_SYSCONFDIR}/machines

PKG_SYSCONFSUBDIR=	${PKGBASE}

.include "../../mk/bsd.pkg.mk"