mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
90079ba540
PR: 50528 Submitted by: maintainer
30 lines
640 B
Makefile
30 lines
640 B
Makefile
# 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
|
|
PORTREVISION= 1
|
|
CATEGORIES= comms security
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= zssh
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= gslin@ccca.nctu.edu.tw
|
|
COMMENT= Interactively transferring files to a remote machine while using ssh
|
|
|
|
RUN_DEPENDS= lrz:${PORTSDIR}/comms/lrzsz
|
|
|
|
USE_REINPLACE= yes
|
|
HAS_CONFIGURE= yes
|
|
|
|
MAN1= zssh.1 ztelnet.1
|
|
|
|
post-configure:
|
|
@${REINPLACE_CMD} -e 's,^prefix.*,prefix = ${PREFIX},g' ${WRKSRC}/Makefile
|
|
|
|
.include <bsd.port.mk>
|