blob: 741ab45c7dc6a47801f60f4679376b59f63ba890 (
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
|
# Created by: Gea-Suan Lin (gslin@ccca.nctu.edu.tw)
# $FreeBSD$
PORTNAME= zssh
PORTVERSION= 1.5c
PORTREVISION= 1
CATEGORIES= comms security
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/1.5
MAINTAINER= ports@FreeBSD.org
COMMENT= Interactively transferring files to a remote machine while using ssh
RUN_DEPENDS= lrz:comms/lrzsz
HAS_CONFIGURE= yes
USES= readline tar:tgz
PLIST_FILES= bin/zssh bin/ztelnet man/man1/zssh.1.gz man/man1/ztelnet.1.gz
post-configure:
@${REINPLACE_CMD} -e 's,^prefix.*,prefix = ${PREFIX},g' ${WRKSRC}/Makefile
.include <bsd.port.mk>
|