Import of pkgsrc-2014Q1

This commit is contained in:
2014-04-17 16:38:45 +02:00
parent 785076ae39
commit 9a8c06dafb
19365 changed files with 828089 additions and 278039 deletions

25
parallel/dsh/Makefile Normal file
View File

@@ -0,0 +1,25 @@
# $NetBSD: Makefile,v 1.3 2014/01/22 06:21:30 cheusov Exp $
#
DISTNAME= dsh-0.25.10
PKGREVISION= 1
CATEGORIES= parallel
MASTER_SITES= http://www.netfort.gr.jp/~dancer/software/downloads/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.netfort.gr.jp/~dancer/software/downloads/
COMMENT= Runs command through rsh or ssh on a cluster of machines
LICENSE= gnu-gpl-v2
EGDIR= ${PREFIX}/share/examples/dsh
GNU_CONFIGURE= yes
USE_TOOLS+= msgfmt
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
CONF_FILES= ${EGDIR}/dsh.conf ${PKG_SYSCONFDIR}/dsh.conf
INSTALL_MAKE_FLAGS= sysconfdir=${EGDIR}
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/libdshconfig/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"