37 lines
798 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.97 2014/04/24 16:29:03 benoit Exp $
COMMENT= shell-like command line ftp and sftp client
DISTNAME = lftp-4.4.15
CATEGORIES= net
HOMEPAGE= http://lftp.yar.ru/
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
# GPLv3+
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c crypto curses expat m ereadline ssl stdc++ util z
# lftp needs add_history_time()
LIB_DEPENDS= devel/readline>=6.1p2
MASTER_SITES= http://lftp.yar.ru/ftp/
2007-04-01 20:13:57 +00:00
LIBTOOL_FLAGS= --tag=disable-shared
CONFIGURE_STYLE= gnu
2005-06-07 02:49:58 +00:00
CONFIGURE_ARGS= --with-openssl \
2008-12-14 13:04:19 +00:00
--without-gnutls \
--disable-shared
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/ereadline -I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
2004-08-06 05:55:09 +00:00
MODULES= devel/gettext
2013-03-11 11:35:43 +00:00
NO_TEST= Yes
2001-11-19 12:30:17 +00:00
FAKE_FLAGS= sysconfdir=${PREFIX}/share/examples/lftp
.include <bsd.port.mk>