freebsd-ports/comms/zssh/Makefile
Will Andrews 4b2ad3d4d8 Add zssh 1.5a, which allows you to tunnel a ssh connection over the
zmodem protocol.

PR:		31268
Submitted by:	Gea-Suan Lin (gslin@ccca.nctu.edu.tw)
2001-12-19 08:58:26 +00:00

25 lines
502 B
Makefile

# New ports collection makefile for: zssh
# Date created: 13 October 2001
# Whom: Gea-Suan Lin (gslin@ccca.nctu.edu.tw)
#
# $FreeBSD$
#
PORTNAME= zssh
PORTVERSION= 1.5a
CATEGORIES= comms security
MASTER_SITES= http://prdownloads.sf.net/zssh/
EXTRACT_SUFX= .tgz
MAINTAINER= gslin@ccca.nctu.edu.tw
RUN_DEPENDS= lrz:${PORTSDIR}/comms/lrzsz
HAS_CONFIGURE= yes
MAN1= zssh.1 ztelnet.1
post-configure:
@${PERL} -pi -e 's,^prefix.*,prefix = ${PREFIX},g' ${WRKSRC}/Makefile
.include <bsd.port.mk>