freebsd-ports/misc/sshbuddy/Makefile
2021-04-06 16:31:07 +02:00

25 lines
551 B
Makefile

# Created by: Dan Moschuk <dan@FreeBSD.org>
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>