pkgsrc-wip/dsh/Makefile

20 lines
563 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.6 2012/09/28 21:24:38 asau Exp $
#
2010-04-26 17:44:48 +02:00
DISTNAME= dsh-0.25.10
CATEGORIES= shells
MASTER_SITES= http://www.netfort.gr.jp/~dancer/software/downloads/
2010-03-03 11:16:40 +01:00
MAINTAINER= morr@NetBSD.org
HOMEPAGE= http://www.netfort.gr.jp/~dancer/software/downloads/
2007-08-17 15:44:18 +02:00
COMMENT= Runs command through rsh or ssh on a cluster of machines
2008-02-03 13:00:08 +01:00
EGDIR= ${PREFIX}/share/examples/dsh
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
2008-02-03 13:00:08 +01:00
CONF_FILES= ${EGDIR}/dsh.conf ${PKG_SYSCONFDIR}/dsh.conf
.include "../../wip/libdshconfig/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"