blob: c60b97be79957fcd5d4ebf5eafc6e6e9a37b42df (
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
|
# New ports collection makefile for: sshbuddy
# Date created: 26 September 1999
# Whom: Dan Moschuk <dan@freebsd.org>
#
# $FreeBSD$
#
PORTNAME= sshbuddy
PORTVERSION= 1.05
CATEGORIES= misc
MASTER_SITES= http://www.linuxmafia.com/pub/linux/security/sshbuddy/
MAINTAINER= ports@FreeBSD.org
COMMENT= Simple and small GUI utility to manage ssh sessions
RUN_DEPENDS= expectk:${PORTSDIR}/lang/expect
NO_BUILD= yes
PLIST_FILES= bin/sshbuddy
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/sshbuddy.expk ${PREFIX}/bin/sshbuddy
.include <bsd.port.mk>
|