ed5164d1f8
Abandonware, last release in 2003. Please consider using scp or net/croc instead Using zmodem protocol to transfer files isn't good practice in 2022 and there are good alternatives. PR: 260718
25 lines
671 B
Makefile
25 lines
671 B
Makefile
# Created by: Gea-Suan Lin (gslin@ccca.nctu.edu.tw)
|
|
|
|
PORTNAME= zssh
|
|
PORTVERSION= 1.5c
|
|
PORTREVISION= 2
|
|
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
|
|
|
|
DEPRECATED= Abandonware, last release in 2003. Please consider using scp or net/croc instead
|
|
EXPIRATION_DATE=2022-03-31
|
|
|
|
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>
|