aboutsummaryrefslogtreecommitdiff
path: root/security/clusterssh/Makefile
blob: 9b26824074ec7e420f54be95e49c55e21c299aa1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection makefile for:	clusterssh
# Date created:				2005-08-15
# Whom:					David Thiel <lx@redundancy.redundancy.org>
#
# $FreeBSD$
#

PORTNAME=	clusterssh
PORTVERSION=	3.27
PORTREVISION=	1
CATEGORIES=	security net
MASTER_SITES=	SF/${PORTNAME}/1.%20ClusterSSH%20Series%203/${PORTVERSION}

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>