1997-11-17 14:18:37 +01:00
|
|
|
# New ports collection makefile for: lftp
|
|
|
|
# Date created: 11 September 1997
|
|
|
|
# Whom: Andrey Zakhvatov
|
|
|
|
#
|
1999-08-25 07:57:29 +02:00
|
|
|
# $FreeBSD$
|
1997-11-17 14:18:37 +01:00
|
|
|
#
|
|
|
|
|
2000-04-12 07:31:29 +02:00
|
|
|
PORTNAME= lftp
|
2002-03-23 10:30:54 +01:00
|
|
|
PORTVERSION= 2.5.0a
|
2000-01-18 13:54:55 +01:00
|
|
|
CATEGORIES= ftp ipv6
|
1999-10-25 21:24:47 +02:00
|
|
|
MASTER_SITES= ftp://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/ \
|
2001-11-22 01:30:26 +01:00
|
|
|
ftp://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/old/ \
|
|
|
|
ftp://ftp.phear.org/pub/linux/networking/ftp/client/lftp/ \
|
|
|
|
ftp://ftp.phear.org/pub/linux/networking/ftp/client/lftp/old/ \
|
|
|
|
http://the.wiretapped.net/mirrors/lftp/ \
|
2001-12-06 02:23:37 +01:00
|
|
|
http://the.wiretapped.net/mirrors/lftp/old/ \
|
2001-11-22 01:30:26 +01:00
|
|
|
ftp://ftp.wiretapped.net/pub/mirrors/lftp/ \
|
2001-12-06 02:23:37 +01:00
|
|
|
ftp://ftp.wiretapped.net/pub/mirrors/lftp/old/ \
|
2001-11-22 01:30:26 +01:00
|
|
|
ftp://ftp.ayamura.org/pub/lftp/ \
|
|
|
|
ftp://ftp.ayamura.org/pub/lftp/old/
|
1997-11-17 14:18:37 +01:00
|
|
|
|
2001-09-23 04:20:54 +02:00
|
|
|
MAINTAINER= fm@astral.ntu-kpi.kiev.ua
|
1997-11-17 14:18:37 +01:00
|
|
|
|
2002-03-15 20:44:29 +01:00
|
|
|
LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext-old
|
2000-10-01 11:33:41 +02:00
|
|
|
|
2000-04-01 22:10:34 +02:00
|
|
|
USE_BZIP2= yes
|
2000-09-29 17:52:42 +02:00
|
|
|
USE_OPENSSL= yes
|
2000-10-01 11:33:41 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2001-11-22 01:30:26 +01:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
|
2000-10-01 11:33:41 +02:00
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
1998-09-16 14:07:53 +02:00
|
|
|
|
2000-04-01 22:10:34 +02:00
|
|
|
MAN1= lftp.1
|
1997-11-30 01:24:02 +01:00
|
|
|
|
1998-05-10 18:45:52 +02:00
|
|
|
post-install:
|
2001-11-22 01:30:26 +01:00
|
|
|
@${INSTALL_DATA} ${WRKSRC}/lftp.conf ${PREFIX}/etc/lftp.conf.sample
|
1998-05-10 18:45:52 +02:00
|
|
|
.if !defined(NOPORTDOCS)
|
2001-11-22 01:30:26 +01:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
1998-05-10 18:45:52 +02:00
|
|
|
.for file in COPYING FAQ NEWS README THANKS TODO
|
2001-11-22 01:30:26 +01:00
|
|
|
@${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
1997-11-17 14:18:37 +01:00
|
|
|
.endfor
|
1998-05-10 18:45:52 +02:00
|
|
|
.endif
|
1997-11-17 14:18:37 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|