1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/ftp/lftp/Makefile
Daniel Harris 204d996c8c Update to version 2.2.6.
PR:		21237
Submitted by:	MAINTAINER
2000-09-13 23:06:03 +00:00

36 lines
802 B
Makefile

# New ports collection makefile for: lftp
# Date created: 11 September 1997
# Whom: Andrey Zakhvatov
#
# $FreeBSD$
#
PORTNAME= lftp
PORTVERSION= 2.2.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= cj@vallcom.net
USE_LIBTOOL= yes
USE_BZIP2= yes
CONFIGURE_ENV= CXXFLAGS="${CFLAGS}"
MAN1= lftp.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>