e7e00cac2c
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. :-)
25 lines
531 B
Makefile
25 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>
|