mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
27 lines
549 B
Makefile
27 lines
549 B
Makefile
# 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>
|