1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/ftp/Makefile
Maxim Sobolev 35764879e6 Add ftpcopy, a two command line ftp tools.
- ftpcopy is a simply FTP client written to copy files or directories
  (recursively) from a FTP server.

- ftpls is a FTP client which generates directory listings, either in plain
  text or HTML.
2000-07-05 16:34:48 +00:00

42 lines
811 B
Makefile

# $FreeBSD$
#
SUBDIR += IglooFTP
SUBDIR += axyftp
SUBDIR += cftp
SUBDIR += curl
SUBDIR += downloader
SUBDIR += ftpcopy
SUBDIR += ftpfind
SUBDIR += ftplocate
SUBDIR += ftpmirror
SUBDIR += ftpq
SUBDIR += ftpsearch
SUBDIR += ftptool
SUBDIR += gftp
SUBDIR += greed
SUBDIR += gtm
SUBDIR += hsftp
SUBDIR += jmirror
SUBDIR += junglemonkey
SUBDIR += lftp
SUBDIR += llnlxdir
SUBDIR += llnlxftp
SUBDIR += mirror
SUBDIR += moxftp
SUBDIR += ncftp
SUBDIR += ncftp2
SUBDIR += ncftp3
SUBDIR += omi
SUBDIR += pavuk
SUBDIR += proftpd
SUBDIR += sftp
SUBDIR += spegla
SUBDIR += wget
SUBDIR += wu-ftpd
SUBDIR += xrmftp
SUBDIR += yafc
SUBDIR += yale-tftpd
.include <bsd.port.subdir.mk>