1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/misc/sshbuddy/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

27 lines
563 B
Makefile

# 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>