blob: 5e18fdce9d4878ceceb96e45a3b9716b777fccbb (
plain)
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
|
# Created by: Dan Moschuk <dan@FreeBSD.org>
# $FreeBSD$
PORTNAME= sshbuddy
PORTVERSION= 1.05
PORTREVISION= 2
CATEGORIES= misc
MASTER_SITES= http://linuxmafia.com/pub/linux/security/sshbuddy/
MAINTAINER= wrighrc@gmail.com
COMMENT= Simple and small GUI utility to manage ssh sessions
RUN_DEPENDS= expect:lang/expect
USES= tk
NO_BUILD= yes
PLIST_FILES= bin/sshbuddy
post-patch:
${REINPLACE_CMD} -e 's|%%WISH%%|${WISH}|' ${WRKSRC}/sshbuddy.expk
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/sshbuddy.expk ${STAGEDIR}${PREFIX}/bin/sshbuddy
.include <bsd.port.mk>
|