1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/misc/sshbuddy/Makefile
Dan Moschuk e67285a0c7 Point MAINTAINER to ports@freebsd.org. I don't really have the time, nor
motivation to watch (and fix) this port.
2000-12-19 18:54:20 +00:00

25 lines
528 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= ftp://ftp.sundilla.net/pub/linux/apps/sshbuddy/beta1.05/
DISTFILES= ${PORTNAME}${PORTVERSION}.tar
MAINTAINER= ports@freebsd.org
RUN_DEPENDS= expectk:${PORTSDIR}/lang/expect
NO_BUILD= yes
WRKSRC= ${WRKDIR}/beta1.05
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/sshbuddy.expk ${PREFIX}/bin/sshbuddy
.include <bsd.port.mk>