1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/comms/zssh/Makefile
2013-11-18 00:37:15 +00:00

24 lines
569 B
Makefile

# Created by: Gea-Suan Lin (gslin@ccca.nctu.edu.tw)
# $FreeBSD$
PORTNAME= zssh
PORTVERSION= 1.5c
PORTREVISION= 0
CATEGORIES= comms security
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/1.5
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Interactively transferring files to a remote machine while using ssh
RUN_DEPENDS= lrz:${PORTSDIR}/comms/lrzsz
HAS_CONFIGURE= yes
PLIST_FILES= bin/zssh bin/ztelnet man/man1/zssh.1.gz man/man1/ztelnet.1.gz
post-configure:
@${REINPLACE_CMD} -e 's,^prefix.*,prefix = ${PREFIX},g' ${WRKSRC}/Makefile
.include <bsd.port.mk>