freebsd-ports/security/clusterssh/Makefile
Pav Lucistnik 0fa16d0db0 ClusterSSH controls a number of xterm windows via a single graphical
console window to allow commands to be interactively run on multiple
servers over an ssh connection.

PR:		ports/84970
Submitted by:	David Thiel <lx@redundancy.redundancy.org>
2005-09-15 23:42:29 +00:00

27 lines
654 B
Makefile

# New ports collection makefile for: clusterssh
# Date created: 2005-08-15
# Whom: David Thiel <lx@redundancy.redundancy.org>
#
# $FreeBSD$
#
PORTNAME= clusterssh
PORTVERSION= 3.17.1
CATEGORIES= security net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= lx@redundancy.redundancy.org
COMMENT= Controls multiple hosts simultaneously via xterms and ssh
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Tk.pm:${PORTSDIR}/x11-toolkits/p5-Tk \
${SITE_PERL}/X11/Protocol.pm:${PORTSDIR}/x11/p5-X11-Protocol
USE_PERL5= yes
GNU_CONFIGURE= yes
USE_X_PREFIX= yes
PLIST_FILES= bin/cssh
MAN1= cssh.1
.include <bsd.port.mk>