pkgsrc/net/cftp/Makefile
dillo aa1a2e30b0 update to 0.11
Changes:
* display transfer rates
* detect stalled connections and abort after stall-timeout seconds
* fix ASCII mode uploads
* write proper URLs (encoding special chars, include user and port)
* various bug fixes
2001-09-11 23:07:57 +00:00

23 lines
581 B
Makefile

# $NetBSD: Makefile,v 1.5 2001/09/11 23:07:57 dillo Exp $
#
DISTNAME= cftp-0.11
CATEGORIES= net
MASTER_SITES= ftp://sunsite.csd.smc.univie.ac.at/pub/nih/cftp/ \
ftp://ftp.giga.or.at/pub/nih/cftp/
MAINTAINER= dillo@netbsd.org
HOMEPAGE= http://sunsite.csd.smc.univie.ac.at/pub/nih/cftp/
COMMENT= Comfortable FTP, a full screen ftp client
GNU_CONFIGURE= YES
INFO_FILES= cftp.info
BUILD_DEFS+= USE_INET6
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/cftp
cd ${WRKSRC} && ${INSTALL_MAN} README bindings.desc \
${PREFIX}/share/doc/cftp
.include "../../mk/bsd.pkg.mk"