summaryrefslogtreecommitdiff
path: root/comms/zssh/Makefile
blob: 060def0ec3dec0b934afd2966c11fee35362d05c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# 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
PORTREVISION=	1
CATEGORIES=	comms security
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	zssh
EXTRACT_SUFX=	.tgz

MAINTAINER=	gslin@ccca.nctu.edu.tw
COMMENT=	Allows you to tunnel a ssh connection over the zmodem protocol

RUN_DEPENDS=	lrz:${PORTSDIR}/comms/lrzsz

USE_REINPLACE=	yes
HAS_CONFIGURE=	yes

MAN1=		zssh.1 ztelnet.1

post-configure:
	@${REINPLACE_CMD} -e 's,^prefix.*,prefix = ${PREFIX},g' ${WRKSRC}/Makefile

.include <bsd.port.mk>