pkgsrc/net/sftp/Makefile
hubertf 433a39aedf Update to V0.5. Changes:
- added "dir" == "ls -l", "mget" == "get", "mput == "put"
        - filenames with spaces should work now
        - added ability to connect to a different port with -p.  -P now
          specifies remote path
        - fixed problems with multiple opens and no intermediate close
        - command line flags processed in open, so multiple opens with
          different flags will work

Uses NetBSD's libedit instead of libreadline. (Why don't we have any
documentation on that, btw?!?)
1999-12-27 23:53:43 +00:00

20 lines
564 B
Makefile

# $NetBSD: Makefile,v 1.3 1999/12/27 23:53:43 hubertf Exp $
#
DISTNAME= sftp-0.5
CATEGORIES= net security
MASTER_SITES= ftp://ftp.xbill.org/pub/sftp/
MAINTAINER= hubertf@netbsd.org
HOMEPAGE= http://www.xbill.org/sftp/
GNU_CONFIGURE= YES
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/rsftp ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/sftp ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/sftpserv ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/sftp.1 ${PREFIX}/man/man1/sftp.1
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/README.sftp
.include "../../mk/bsd.pkg.mk"