pkgsrc-wip/dsh/Makefile

21 lines
604 B
Makefile
Raw Normal View History

2008-02-03 13:00:08 +01:00
# $NetBSD: Makefile,v 1.3 2008/02/03 12:00:08 shindenmorr Exp $
#
2007-08-17 15:44:18 +02:00
DISTNAME= dsh-0.25.9
CATEGORIES= shells
MASTER_SITES= http://www.netfort.gr.jp/~dancer/software/downloads/
MAINTAINER= shinden@linux.pl
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
PKG_DESTDIR_SUPPORT= user-destdir
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"