aboutsummaryrefslogtreecommitdiff
path: root/ftp/Makefile
blob: f4dbd386419a56959e5fa3f61d36603ce36652c4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
# $FreeBSD$
#

    COMMENT = FTP client and server utilities

    SUBDIR += IglooFTP
    SUBDIR += axel
    SUBDIR += axelq
    SUBDIR += axyftp
    SUBDIR += bftpd
    SUBDIR += bsdftpd-ssl
    SUBDIR += cftp
    SUBDIR += cmdftp
    SUBDIR += curl
    SUBDIR += curlpp
    SUBDIR += dmachine
    SUBDIR += downloader
    SUBDIR += emacs-wget
    SUBDIR += emirror
    SUBDIR += fget
    SUBDIR += fmirror
    SUBDIR += frox
    SUBDIR += ftp-tls
    SUBDIR += ftp4all
    SUBDIR += ftpcopy
    SUBDIR += ftpcube
    SUBDIR += ftpd-tls
    SUBDIR += ftpfind
    SUBDIR += ftplib
    SUBDIR += ftplocate
    SUBDIR += ftpmirror
    SUBDIR += ftpproxy
    SUBDIR += ftpq
    SUBDIR += ftpsearch
    SUBDIR += ftptool
    SUBDIR += gftp
    SUBDIR += greed
    SUBDIR += hsftp
    SUBDIR += jftp
    SUBDIR += jftpgw
    SUBDIR += jigdo
    SUBDIR += jmirror
    SUBDIR += junglemonkey
    SUBDIR += kasablanca
    SUBDIR += kbear
    SUBDIR += kpum
    SUBDIR += kwebget
    SUBDIR += lftp
    SUBDIR += llnlxdir
    SUBDIR += llnlxftp
    SUBDIR += lukemftp
    SUBDIR += mget
    SUBDIR += mirror
    SUBDIR += moftpd
    SUBDIR += muddleftpd
    SUBDIR += ncftp
    SUBDIR += ncftp2
    SUBDIR += ncftp3
    SUBDIR += ncftpd
    SUBDIR += ocaml-ocurl
    SUBDIR += oftpd
    SUBDIR += omi
    SUBDIR += p5-Net-FTP-Common
    SUBDIR += p5-Net-FTPServer
    SUBDIR += p5-POE-Component-Client-FTP
    SUBDIR += paraget
    SUBDIR += pavuk
    SUBDIR += pftpd
    SUBDIR += php4-curl
    SUBDIR += php4-ftp
    SUBDIR += php5-curl
    SUBDIR += php5-ftp
    SUBDIR += proftpd
    SUBDIR += proftpd-mysql
    SUBDIR += profxp
    SUBDIR += proma
    SUBDIR += prozilla
    SUBDIR += puf
    SUBDIR += pure-ftpd
    SUBDIR += py-curl
    SUBDIR += quftp
    SUBDIR += rexx-curl
    SUBDIR += ruby-curl
    SUBDIR += sftp
    SUBDIR += spegla
    SUBDIR += tftp-hpa
    SUBDIR += tnftp
    SUBDIR += tnftpd
    SUBDIR += twoftpd
    SUBDIR += urlgfe
    SUBDIR += vcheck
    SUBDIR += vsftpd
    SUBDIR += wget
    SUBDIR += wget-devel
    SUBDIR += wgetpro
    SUBDIR += wmget
    SUBDIR += wput
    SUBDIR += wu-ftpd
    SUBDIR += wu-ftpd+ipv6
    SUBDIR += wzdftpd
    SUBDIR += xrmftp
    SUBDIR += yafc
    SUBDIR += yale-tftpd

.include <bsd.port.subdir.mk>