summaryrefslogblamecommitdiff
path: root/ftp/lftp/Makefile
blob: 7c503c3f35baac5f4cdef8d12cbce4d5d6ba9be3 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                            
                                             


                                                         
           

 
                          
                   
                                                                                
                                      




                                                    

                                    
                               
 


                                                                            
                                           
                                                

                                                                    
      

                      
# New ports collection makefile for:	lftp
# Version required:			2.0.1
# Date created:				11 September 1997
# Whom:					Andrey Zakhvatov
#
# $FreeBSD$
#

DISTNAME=	lftp-2.0.1
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

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>