freebsd-ports/ftp/lftp/Makefile
Steve Price 71f19be489 Update to version 1.2.4.
PR:		10217
Submitted by:	Michael Haro <mharo@area51.fremont.ca.us>
1999-03-15 01:55:15 +00:00

32 lines
793 B
Makefile

# New ports collection makefile for: lftp
# Version required: 1.2.3
# Date created: 11 September 1997
# Whom: Andrey Zakhvatov
#
# $Id: Makefile,v 1.13 1999/01/20 18:00:50 steve Exp $
#
DISTNAME= lftp-1.2.4
CATEGORIES= net
MASTER_SITES= ftp://ftp.yars.free.net/pub/software/unix/net/ftp/client/ \
${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= system/network/file-transfer
MAINTAINER= andy@icc.surw.chel.su
GNU_CONFIGURE= yes
CONFIGURE_ENV= CXXFLAGS="${CFLAGS}"
MAN1= lftp.1 ftpget.1
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>