30 lines
675 B
Makefile
30 lines
675 B
Makefile
# $NetBSD: Makefile,v 1.7 2018/12/15 21:12:22 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= pdsh-2.31
|
|
PKGREVISION= 1
|
|
CATEGORIES= parallel
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=grondo/}
|
|
|
|
MAINTAINER= fhajny@NetBSD.org
|
|
HOMEPAGE= https://github.com/grondo/pdsh/
|
|
COMMENT= High-performance, parallel remote shell utility
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
GITHUB_TAG= ${DISTNAME}
|
|
|
|
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"
|