fe641ef4fd
PR: 18369 Submitted by: Maintainer
36 lines
818 B
Makefile
36 lines
818 B
Makefile
# New ports collection makefile for: lftp
|
|
# Date created: 11 September 1997
|
|
# Whom: Andrey Zakhvatov
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= lftp
|
|
PORTVERSION= 2.2.2
|
|
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= calle.madestrand@norrgarden.se
|
|
|
|
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>
|