2013-09-20 22:50:57 +02:00
|
|
|
# Created by: Dan Moschuk <dan@FreeBSD.org>
|
1999-09-27 01:12:32 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2000-04-14 10:49:30 +02:00
|
|
|
PORTNAME= sshbuddy
|
|
|
|
PORTVERSION= 1.05
|
2014-02-28 11:30:08 +01:00
|
|
|
PORTREVISION= 2
|
1999-09-27 01:12:32 +02:00
|
|
|
CATEGORIES= misc
|
2005-07-14 01:02:21 +02:00
|
|
|
MASTER_SITES= http://linuxmafia.com/pub/linux/security/sshbuddy/
|
1999-09-27 01:12:32 +02:00
|
|
|
|
2014-01-01 00:48:41 +01:00
|
|
|
MAINTAINER= wrighrc@gmail.com
|
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
|
|
|
|
2016-04-01 16:16:16 +02:00
|
|
|
RUN_DEPENDS= expect:lang/expect
|
1999-09-27 01:12:32 +02:00
|
|
|
|
2014-02-28 11:16:02 +01:00
|
|
|
USES= tk
|
2013-12-11 02:11:12 +01:00
|
|
|
|
1999-09-27 01:12:32 +02:00
|
|
|
NO_BUILD= yes
|
2004-02-05 21:38:07 +01:00
|
|
|
PLIST_FILES= bin/sshbuddy
|
1999-09-27 01:12:32 +02:00
|
|
|
|
2014-02-28 11:16:02 +01:00
|
|
|
post-patch:
|
|
|
|
${REINPLACE_CMD} -e 's|%%WISH%%|${WISH}|' ${WRKSRC}/sshbuddy.expk
|
|
|
|
|
1999-09-27 01:12:32 +02:00
|
|
|
do-install:
|
2014-02-28 11:16:02 +01:00
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/sshbuddy.expk ${STAGEDIR}${PREFIX}/bin/sshbuddy
|
1999-09-27 01:12:32 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|