freebsd-ports/comms/zssh/Makefile

26 lines
671 B
Makefile
Raw Normal View History

# Created by: Gea-Suan Lin (gslin@ccca.nctu.edu.tw)
PORTNAME= zssh
PORTVERSION= 1.5c
PORTREVISION= 2
CATEGORIES= comms security
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/1.5
MAINTAINER= ports@FreeBSD.org
COMMENT= Interactively transferring files to a remote machine while using ssh
DEPRECATED= Abandonware, last release in 2003. Please consider using scp or net/croc instead
EXPIRATION_DATE=2022-03-31
RUN_DEPENDS= lrz:comms/lrzsz
HAS_CONFIGURE= yes
2014-07-21 19:15:14 +02:00
USES= readline tar:tgz
2013-11-18 01:37:15 +01:00
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>