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
|
2004-10-12 09:15:54 +02:00
|
|
|
PORTVERSION= 1.5c
|
|
|
|
PORTREVISION= 0
|
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
|
|
|
|
|
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
|
|
|
|
|
|
|
RUN_DEPENDS= lrz:${PORTSDIR}/comms/lrzsz
|
|
|
|
|
|
|
|
HAS_CONFIGURE= yes
|
|
|
|
|
2005-06-06 09:56:09 +02:00
|
|
|
PLIST_FILES= bin/zssh bin/ztelnet
|
2001-12-19 09:58:26 +01:00
|
|
|
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>
|