2013-09-20 18:03:29 +02:00
|
|
|
# Created by: Gea-Suan Lin (gslin@ccca.nctu.edu.tw)
|
2001-12-19 09:58:26 +01:00
|
|
|
|
|
|
|
PORTNAME= zssh
|
2004-10-12 09:15:54 +02:00
|
|
|
PORTVERSION= 1.5c
|
2019-04-09 16:04:49 +02:00
|
|
|
PORTREVISION= 2
|
2001-12-19 09:58:26 +01:00
|
|
|
CATEGORIES= comms security
|
2009-08-22 02:15:15 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/1.5
|
2001-12-19 09:58:26 +01:00
|
|
|
|
2004-05-11 03:37:22 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-04-02 18:20:02 +02:00
|
|
|
COMMENT= Interactively transferring files to a remote machine while using ssh
|
2001-12-19 09:58:26 +01:00
|
|
|
|
2022-01-25 09:27:41 +01:00
|
|
|
DEPRECATED= Abandonware, last release in 2003. Please consider using scp or net/croc instead
|
|
|
|
EXPIRATION_DATE=2022-03-31
|
|
|
|
|
2016-04-01 15:29:15 +02:00
|
|
|
RUN_DEPENDS= lrz:comms/lrzsz
|
2001-12-19 09:58:26 +01:00
|
|
|
|
|
|
|
HAS_CONFIGURE= yes
|
2014-07-21 19:15:14 +02:00
|
|
|
USES= readline tar:tgz
|
2001-12-19 09:58:26 +01:00
|
|
|
|
2013-11-18 01:37:15 +01:00
|
|
|
PLIST_FILES= bin/zssh bin/ztelnet man/man1/zssh.1.gz man/man1/ztelnet.1.gz
|
2001-12-19 09:58:26 +01:00
|
|
|
|
|
|
|
post-configure:
|
2002-06-14 09:04:51 +02:00
|
|
|
@${REINPLACE_CMD} -e 's,^prefix.*,prefix = ${PREFIX},g' ${WRKSRC}/Makefile
|
2001-12-19 09:58:26 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|