[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / net / lftp

File: [cvs.NetBSD.org] / pkgsrc / net / lftp / Makefile (download)

Revision 1.9, Sat Mar 24 19:21:36 2001 UTC (23 years, 1 month ago) by zuntum
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH001
Changes since 1.8: +2 -2 lines

Update lftp to 2.3.9.

Version 2.3.9 - 2001-03-22

* new setting module:path, path to look for modules.
* new setting http:referer to send Referer: header, `.' expands to current
  directory URL.
* new setting hftp:use-type to disable `;type=' url suffix.
* terminal status line support (Glenn F. Maynard <glenn@zewt.org>)
* fixed mirror exclude/include options for hftp and http.
* ignore certain file locking errors, don't print messages.

# $NetBSD: Makefile,v 1.9 2001/03/24 19:21:36 zuntum Exp $
#

DISTNAME=	lftp-2.3.9
CATEGORIES=	net
MASTER_SITES=	ftp://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/\
		${MASTER_SITE_SUNSITE:=system/network/file-transfer/}
EXTRACT_SUFX=	.tar.bz2

MAINTAINER=	packages@netbsd.org
HOMEPAGE=	http://lftp.yar.ru/
COMMENT=	powerful command line ftp client

DEPENDS+=	readline>=4.1:../../devel/readline

GNU_CONFIGURE=	YES
USE_SSL=	YES
CONFIGURE_ARGS+=--with-ssl=${SSLBASE}

USE_LIBINTL=	YES

.include "../../mk/bsd.pkg.mk"