freebsd-ports/security/clusterssh/Makefile
David Thiel a50830015c Update to 3.24. From the changelog:
* Do not attempt to re-resolve IP addresses
* Add '-C <file>' command to load in specific config file
* Cope with random/strange config files better
* Correct some minor typos
* Create the .csshrc file if it doesnt already exist and amend pod
* Amend host menu items to be a little more descriptive
* Remove 'Catpure Terminal' from Hosts menu as it doesnt do anything
useful
* Ensure loading of hosts from user ssh config file is case insensitive

Submitted by:	ehaupt
2009-01-26 23:28:48 +00:00

26 lines
620 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.24
CATEGORIES= security net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= lx@FreeBSD.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
PLIST_FILES= bin/cssh
MAN1= cssh.1
.include <bsd.port.mk>