e67b996fc5
PR: 21628 Submitted by: MAINTAINER
37 lines
821 B
Makefile
37 lines
821 B
Makefile
# New ports collection makefile for: lftp
|
|
# Date created: 11 September 1997
|
|
# Whom: Andrey Zakhvatov
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= lftp
|
|
PORTVERSION= 2.3.2
|
|
CATEGORIES= ftp ipv6
|
|
MASTER_SITES= ftp://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/ \
|
|
${MASTER_SITE_SUNSITE}
|
|
MASTER_SITE_SUBDIR= system/network/file-transfer
|
|
|
|
MAINTAINER= cj@vallcom.net
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_BZIP2= yes
|
|
USE_OPENSSL= yes
|
|
CONFIGURE_ENV= CXXFLAGS="${CFLAGS}"
|
|
|
|
MAN1= lftp.1
|
|
|
|
post-extract:
|
|
@ ${CP} ${FILESDIR}/nameser.h ${WRKSRC}/src
|
|
|
|
post-install:
|
|
@ ${INSTALL_DATA} ${WRKSRC}/lftp.conf ${PREFIX}/etc/lftp.conf.sample
|
|
.if !defined(NOPORTDOCS)
|
|
@ ${MKDIR} ${PREFIX}/share/doc/lftp
|
|
.for file in COPYING FAQ NEWS README THANKS TODO
|
|
@ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/lftp
|
|
.endfor
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|