freebsd-ports/misc/sshbuddy/Makefile
David W. Chapman Jr. 57ec496034 Update to 1.05 nonbeta
PR:		36507
Submitted by:	tilman@arved.de
2002-04-01 02:34:56 +00:00

24 lines
557 B
Makefile

# 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://topcu.linux.tucows.com/files/x11/network/ \
http://www.linuxmafia.com/pub/linux/security/sshbuddy/ \
http://www.linuxberg.at/files/x11/network/
MAINTAINER= ports@freebsd.org
RUN_DEPENDS= expectk:${PORTSDIR}/lang/expect
NO_BUILD= yes
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/sshbuddy.expk ${PREFIX}/bin/sshbuddy
.include <bsd.port.mk>