mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
35 lines
818 B
Makefile
35 lines
818 B
Makefile
# New ports collection makefile for: lftp
|
|
# Version required: 2.1.6
|
|
# Date created: 11 September 1997
|
|
# Whom: Andrey Zakhvatov
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= lftp-2.1.6
|
|
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= andy@icc.surw.chel.su
|
|
|
|
USE_LIBTOOL= yes
|
|
CONFIGURE_ENV= CXXFLAGS="${CFLAGS}"
|
|
|
|
MAN1= lftp.1 ftpget.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>
|