1999-09-26 19:12:32 -04:00
|
|
|
# New ports collection makefile for: sshbuddy
|
|
|
|
# Date created: 26 September 1999
|
|
|
|
# Whom: Dan Moschuk <dan@freebsd.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-14 04:49:30 -04:00
|
|
|
PORTNAME= sshbuddy
|
|
|
|
PORTVERSION= 1.05
|
2007-05-19 16:36:56 -04:00
|
|
|
PORTREVISION= 1
|
1999-09-26 19:12:32 -04:00
|
|
|
CATEGORIES= misc
|
2005-07-13 19:02:21 -04:00
|
|
|
MASTER_SITES= http://linuxmafia.com/pub/linux/security/sshbuddy/
|
1999-09-26 19:12:32 -04:00
|
|
|
|
2003-12-20 19:23:25 -05:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 14:00:52 -05:00
|
|
|
COMMENT= Simple and small GUI utility to manage ssh sessions
|
1999-09-26 19:12:32 -04:00
|
|
|
|
|
|
|
RUN_DEPENDS= expectk:${PORTSDIR}/lang/expect
|
|
|
|
|
|
|
|
NO_BUILD= yes
|
2004-02-05 15:38:07 -05:00
|
|
|
PLIST_FILES= bin/sshbuddy
|
1999-09-26 19:12:32 -04:00
|
|
|
|
2006-01-23 21:26:13 -05:00
|
|
|
.if defined(WITHOUT_X11)
|
|
|
|
BROKEN= Broken dependency
|
|
|
|
.endif
|
|
|
|
|
1999-09-26 19:12:32 -04:00
|
|
|
do-install:
|
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/sshbuddy.expk ${PREFIX}/bin/sshbuddy
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|