2001-12-19 09:58:26 +01:00
|
|
|
# New ports collection makefile for: zssh
|
|
|
|
# Date created: 13 October 2001
|
|
|
|
# Whom: Gea-Suan Lin (gslin@ccca.nctu.edu.tw)
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= zssh
|
|
|
|
PORTVERSION= 1.5a
|
2002-01-27 02:00:04 +01:00
|
|
|
PORTREVISION= 1
|
2001-12-19 09:58:26 +01:00
|
|
|
CATEGORIES= comms security
|
2002-07-29 16:44:35 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= zssh
|
2001-12-19 09:58:26 +01:00
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
|
|
|
MAINTAINER= gslin@ccca.nctu.edu.tw
|
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
|
|
|
|
|
|
|
RUN_DEPENDS= lrz:${PORTSDIR}/comms/lrzsz
|
|
|
|
|
2002-06-19 10:18:10 +02:00
|
|
|
USE_REINPLACE= yes
|
2001-12-19 09:58:26 +01:00
|
|
|
HAS_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN1= zssh.1 ztelnet.1
|
|
|
|
|
|
|
|
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>
|