aboutsummaryrefslogtreecommitdiffstats
path: root/misc/sshbuddy/Makefile
blob: f63ee3a895b18e7f33d23f26b5fe8706fa936b81 (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
25
26
# Created by: Dan Moschuk <dan@FreeBSD.org>
# $FreeBSD$

PORTNAME=   sshbuddy
PORTVERSION=    1.05
PORTREVISION=   1
CATEGORIES= misc
MASTER_SITES=   http://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

.if defined(WITHOUT_X11)
BROKEN=     Broken dependency
.endif

NO_STAGE=   yes
do-install:
        ${INSTALL_SCRIPT} ${WRKSRC}/sshbuddy.expk ${PREFIX}/bin/sshbuddy

.include <bsd.port.mk>