1999-09-27 01:12:32 +02:00
|
|
|
# New ports collection makefile for: sshbuddy
|
|
|
|
# Date created: 26 September 1999
|
|
|
|
# Whom: Dan Moschuk <dan@freebsd.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-14 10:49:30 +02:00
|
|
|
PORTNAME= sshbuddy
|
|
|
|
PORTVERSION= 1.05
|
1999-09-27 01:12:32 +02:00
|
|
|
CATEGORIES= misc
|
2002-12-27 12:28:38 +01:00
|
|
|
MASTER_SITES= http://www.linuxmafia.com/pub/linux/security/sshbuddy/
|
1999-09-27 01:12:32 +02:00
|
|
|
|
2003-12-21 01:23:25 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 20:00:52 +01:00
|
|
|
COMMENT= Simple and small GUI utility to manage ssh sessions
|
1999-09-27 01:12:32 +02:00
|
|
|
|
|
|
|
RUN_DEPENDS= expectk:${PORTSDIR}/lang/expect
|
|
|
|
|
|
|
|
NO_BUILD= yes
|
2004-02-05 21:38:07 +01:00
|
|
|
PLIST_FILES= bin/sshbuddy
|
1999-09-27 01:12:32 +02:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/sshbuddy.expk ${PREFIX}/bin/sshbuddy
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|