1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/ftp/lftp/Makefile
Justin M. Seger 89f1ab858f Upgrade to v1.2.
PR:		ports/9112
Submitted by:	andy@icc.surw.chel.su
1998-12-17 21:31:30 +00:00

32 lines
793 B
Makefile

# New ports collection makefile for: lftp
# Version required: 1.1.1
# Date created: 11 September 1997
# Whom: Andrey Zakhvatov
#
# $Id: Makefile,v 1.10 1998/09/16 12:07:53 vanilla Exp $
#
DISTNAME= lftp-1.2
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>