1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/ftp/lftp/Makefile
Michael Haro 97e9bec1b6 update to 2.2.0a
PR:		17730
Submitted by:	maintainer
2000-04-01 20:10:34 +00:00

36 lines
835 B
Makefile

# New ports collection makefile for: lftp
# Version required: 2.2.0a
# Date created: 11 September 1997
# Whom: Andrey Zakhvatov
#
# $FreeBSD$
#
DISTNAME= lftp-2.2.0a
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>