kevlo 8ee3e7683f upgrade to version 2.4.8
>From ChangeLog:
- fixed rm and rmdir
- fixed listing parser in Fish protocol, now it extracts all information.
- force LC_NUMERIC to C, this fixes floating point settings initialization.
- fixed assertion failure when setting ftp proxy after establishing connection
  to an ftp server.
- fixed a memory leak and some other bugs in cls (Glenn Maynard).
2001-12-10 08:53:33 +00:00

38 lines
999 B
Makefile

# $OpenBSD: Makefile,v 1.26 2001/12/10 08:53:33 kevlo Exp $
COMMENT= "shell-like command line ftp client"
DISTNAME= lftp-2.4.8
CATEGORIES= net
NEED_VERSION= 1.460
MASTER_SITES= http://the.wiretapped.net/mirrors/lftp/ \
ftp://ftp.ayamura.org/pub/lftp/ \
${MASTER_SITE_SUNSITE} \
ftp://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/ \
http://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/
MASTER_SITE_SUBDIR= system/network/file-transfer/
HOMEPAGE= http://lftp.yar.ru/
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --with-ssl
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
MODULES= gettext
NO_REGRESS= Yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/lftp
${INSTALL_DATA} ${WRKSRC}/lftp.conf ${PREFIX}/share/examples/lftp/lftp.conf-sample
.include <bsd.port.mk>