Tweak comms/cwdaemon version 0.9.4
[dports.git] / comms / zssh / Makefile
1 # Created by: Gea-Suan Lin (gslin@ccca.nctu.edu.tw)
2 # $FreeBSD$
3
4 PORTNAME=       zssh
5 PORTVERSION=    1.5c
6 CATEGORIES=     comms security
7 MASTER_SITES=   SF/${PORTNAME}/${PORTNAME}/1.5
8
9 MAINTAINER=     ports@FreeBSD.org
10 COMMENT=        Interactively transferring files to a remote machine while using ssh
11
12 RUN_DEPENDS=    lrz:${PORTSDIR}/comms/lrzsz
13
14 HAS_CONFIGURE=  yes
15 USES=           readline tar:tgz
16
17 PLIST_FILES=    bin/zssh bin/ztelnet man/man1/zssh.1.gz man/man1/ztelnet.1.gz
18
19 post-configure:
20         @${REINPLACE_CMD} -e 's,^prefix.*,prefix = ${PREFIX},g' ${WRKSRC}/Makefile
21
22 .include <bsd.port.mk>