openbsd-ports/net/lftp/Makefile
kevlo b07e6e1d9e upgrade to version 2.6.6
>From ChangeLog:
- raised sane mirror connection limit to 64.
- fixed hftp file information retrieval when use-head is off.
- fixed a bug with ssl settings pointing to files and directories.
- fixed a bug with sending empty path in HTTP protocol.
- fixed catching of file size from ftp server message 150.
2003-06-20 08:49:14 +00:00

40 lines
1.1 KiB
Makefile

# $OpenBSD: Makefile,v 1.38 2003/06/20 08:49:14 kevlo Exp $
COMMENT= "shell-like command line ftp client"
DISTNAME= lftp-2.6.6
CATEGORIES= net
MASTER_SITES= http://the.wiretapped.net/mirrors/lftp/ \
http://the.wiretapped.net/mirrors/lftp/old/ \
ftp://ftp.ayamura.org/pub/lftp/ \
ftp://ftp.ayamura.org/pub/lftp/old/ \
ftp://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/ \
ftp://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/old/ \
http://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/ \
http://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/old/
EXTRACT_SUFX= .tar.bz2
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>