freebsd-ports/misc/sshbuddy/Makefile
FUJISHIMA Satsuki e7e00cac2c o change master site.
o using gzipped distfile. its content does not change.
  (uncompressed md5 matched to previous one)
o correct patch.

PR:		22927
Requested by:	Andreas Schulz <ats@first.gmd.de>

feel free to add more mirrors. :-)
2001-01-23 20:07:45 +00:00

24 lines
531 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/
DISTFILES= ${PORTNAME}${PORTVERSION}${EXTRACT_SUFX}
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>