1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/ftp/lftp/Makefile
Michael Haro 63b067a9e0 Update port to version 2.1.4
PR: 14370 (version 2.1.3)
Submitted by: Anders Nordby <anders@fix.no>
1999-10-25 19:24:47 +00:00

35 lines
813 B
Makefile

# New ports collection makefile for: lftp
# Version required: 2.1.4
# Date created: 11 September 1997
# Whom: Andrey Zakhvatov
#
# $FreeBSD$
#
DISTNAME= lftp-2.1.4
CATEGORIES= ftp
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>