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