59e00b8132
Submitted by Josh Rivel <dorqus@freek.com>. This is Comfortable FTP, a full screen ftp client. Supported are FTP both with active and passive data connections, IPv4 and IPv6, and SFTP (a file transfer protocol using SSH for authorization and connection encryption).
24 lines
410 B
Makefile
24 lines
410 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2002/09/21 22:57:41 naddy Exp $
|
|
|
|
COMMENT= "full screen FTP client"
|
|
|
|
DISTNAME= cftp-0.12
|
|
CATEGORIES= net
|
|
|
|
HOMEPAGE= http://ftp.giga.or.at/pub/nih/cftp/
|
|
|
|
MAINTAINER= Josh Rivel <dorqus@freek.com>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|
|
|