freebsd-ports/comms/zssh/Makefile
Mark Linimon 69ae040e37 Update to 1.5c.
PR:		ports/71467
Submitted by:	Rong-En Fan <rafan at infor dot org>
2004-10-12 07:15:54 +00:00

29 lines
635 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.5c
PORTREVISION= 0
CATEGORIES= comms security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= zssh
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
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>