f5c1a93609
Mark packages that don't or might probably not have staged installation.
19 lines
563 B
Makefile
19 lines
563 B
Makefile
# $NetBSD: Makefile,v 1.6 2012/09/28 21:24:38 asau Exp $
|
|
#
|
|
|
|
DISTNAME= dsh-0.25.10
|
|
CATEGORIES= shells
|
|
MASTER_SITES= http://www.netfort.gr.jp/~dancer/software/downloads/
|
|
|
|
MAINTAINER= morr@NetBSD.org
|
|
HOMEPAGE= http://www.netfort.gr.jp/~dancer/software/downloads/
|
|
COMMENT= Runs command through rsh or ssh on a cluster of machines
|
|
|
|
EGDIR= ${PREFIX}/share/examples/dsh
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
CONF_FILES= ${EGDIR}/dsh.conf ${PKG_SYSCONFDIR}/dsh.conf
|
|
|
|
.include "../../wip/libdshconfig/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|