pkgsrc/net/lftp/Makefile
hasso 10ad6669ff Version 4.0.1 - 2009-09-17
* ignore `Status of' line in STAT output (ftp).
* fixed handling of files starting with a tilde in ftp.
* fixed an infinite bind-loop in ftp.
* fixed iconv translit usage for NetBSD.
2009-09-18 16:22:18 +00:00

57 lines
1.5 KiB
Makefile

# $NetBSD: Makefile,v 1.89 2009/09/18 16:22:18 hasso Exp $
DISTNAME= lftp-4.0.1
CATEGORIES= net
MASTER_SITES= http://ftp.yars.free.net/pub/source/lftp/ \
ftp://ftp.st.ryukoku.ac.jp/pub/network/ftp/lftp/ \
http://lftp.cybermirror.org/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= salo@NetBSD.org
HOMEPAGE= http://lftp.yar.ru/
COMMENT= Powerful command line file transfer client
LICENSE= gnu-gpl-v3
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
USE_TOOLS+= bison
MAKE_JOBS_SAFE= no
USE_PKGLOCALEDIR= YES
USE_LANGUAGES= c c++
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
USE_GNU_READLINE= YES # uses GNU readline internal _rl_mark_modified_lines
SHLIBTOOL_OVERRIDE= # empty
.include "options.mk"
PLIST_SRC+= ${PKGDIR}/PLIST
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
CONFIGURE_ARGS+= --with-modules
CONFIGURE_ENV+= F77=${FALSE:Q}
LDFLAGS.Darwin+= -flat_namespace
.if ${OPSYS} == "Darwin"
INSTALL_UNSTRIPPED= yes
.endif
EGDIR= ${PREFIX}/share/examples/lftp
CONF_FILES= ${EGDIR}/lftp.conf.default ${PKG_SYSCONFDIR}/lftp.conf
INSTALLATION_DIRS= bin lib/lftp ${PKGMANDIR}/man1 share/examples/lftp share/lftp
post-install: post-install-perl
${INSTALL_DATA} ${WRKSRC}/lftp.conf ${DESTDIR}${EGDIR}/lftp.conf.default
.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/readline/buildlink3.mk"
.include "../../textproc/expat/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"