Tweak comms/openzwave-devel version 1.6.1061
[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 PORTREVISION=   2
7 CATEGORIES=     comms security
8 MASTER_SITES=   SF/${PORTNAME}/${PORTNAME}/1.5
9
10 MAINTAINER=     ports@FreeBSD.org
11 COMMENT=        Interactively transferring files to a remote machine while using ssh
12
13 RUN_DEPENDS=    lrz:comms/lrzsz
14
15 HAS_CONFIGURE=  yes
16 USES=           readline tar:tgz
17
18 PLIST_FILES=    bin/zssh bin/ztelnet man/man1/zssh.1.gz man/man1/ztelnet.1.gz
19
20 post-configure:
21         @${REINPLACE_CMD} -e 's,^prefix.*,prefix = ${PREFIX},g' ${WRKSRC}/Makefile
22
23 .include <bsd.port.mk>