# /usr/ports/ftp/Makefile.local 	by jhs_ERASE_@berklix.com
.include "../Makefile.undef"

.if ( defined(BERKLIX_GATE) || defined(BERKLIX_CLIENT) )	#{

SUBDIR += ftpproxy		  # For gate=park proxy.
#	serves gate=park=6.2 OK.
#	ftpproxy in all of FreeBSD-6.[24], 8.[0-1]
#	All of FreeBSD-6.[24], 8.[0-1] use ftpproxy-1.2.3
#		vi work/ftpproxy-1.2.3/samples/*
#		man ftp.proxy
#		ftp.proxy -D 21 -e -d -l

# SUBDIR += filezilla	# used by pas@

# SUBDIR += ftp-proxy	# Doesnt exist on 12.0-CURRENT-2017-11-15
#				  Not tried
#				  Not In host=park FreeBSD-6.2
#				  In FreeBSD-6.4, 8.[0-1]
#	8.3-RELEASE: ftp-proxy-4.4p1_2 is a part of base for 7.0 and above.

# Not tried These:
#	6.[24]: /usr/libexec/ftp-proxy	/usr/local/sbin/ftp.proxy
#	8.[01]: /usr/sbin/ftp-proxy	/usr/local/sbin/ftp.proxy
#	6.[24]		src/libexec/ftp-proxy
#	7.[23] 8.[01]	src/usr.sbin/ftp-proxy
.endif				#} BERKLIX_GATE || BERKLIX_CLIENT

.if defined(BERKLIX_CLIENT)	#{
SUBDIR += lftp			# has a du command

SUBDIR += ncftp3		# supports get -R . unlike ftp
.endif				#} BERKLIX_CLIENT

.if (defined(BERKLIX_CLIENT) || defined(BERKLIX_MINIMAL))	#{
# SUBDIR += sftp		# sftp is in src on 12.0-CURRENT-2017-11-15
.endif				#} defined(BERKLIX_CLIENT) ||defined(BERKLIX_MINIMAL)

.if defined(BERKLIX_CLIENT)	#{
SUBDIR += wget			# for recursive wget -r --no-check-certificates
#	Readme says needed for to install print/foo2zjs for HP LaserJet 1018
#	but I doubt its really needed for that.
.endif				#} BERKLIX_CLIENT

.if defined(BERKLIX_CLIENT)	#{
# SUBDIR += wu-ftpd		# Doesnt exist on 12.0-CURRENT-2017-11-15
.endif				#} BERKLIX_CLIENT
