mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
543c989464
PR: 19320, 19321, 19322 Submitted by: maintainer
36 lines
802 B
Makefile
36 lines
802 B
Makefile
# New ports collection makefile for: lftp
|
|
# Date created: 11 September 1997
|
|
# Whom: Andrey Zakhvatov
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= lftp
|
|
PORTVERSION= 2.2.3
|
|
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
|
|
|
|
USE_LIBTOOL= yes
|
|
USE_BZIP2= 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>
|