openbsd-ports/net/lftp/Makefile

36 lines
809 B
Makefile
Raw Normal View History

2013-03-21 04:45:11 -04:00
# $OpenBSD: Makefile,v 1.92 2013/03/21 08:46:34 ajacoutot Exp $
COMMENT= shell-like command line ftp and sftp client
2011-10-23 06:28:56 -04:00
DISTNAME= lftp-4.3.3
CATEGORIES= net
HOMEPAGE= http://lftp.yar.ru/
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
# GPLv3+
PERMIT_PACKAGE_CDROM= Yes
2009-12-08 21:05:31 -05:00
WANTLIB= c crypto curses expat m readline ssl stdc++ util
MASTER_SITES= http://ftp.yars.free.net/pub/source/lftp/ \
2011-10-23 06:28:56 -04:00
http://ftp.yars.free.net/pub/source/lftp/old/ \
ftp://ftp.yars.free.net/pub/source/lftp/
2007-04-01 16:13:57 -04:00
LIBTOOL_FLAGS= --tag=disable-shared
2001-01-18 21:56:37 -05:00
CONFIGURE_STYLE= gnu
2005-06-06 22:49:58 -04:00
CONFIGURE_ARGS= --with-openssl \
2008-12-14 08:04:19 -05:00
--without-gnutls \
--disable-shared
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
2004-08-06 01:55:09 -04:00
MODULES= devel/gettext
2013-03-11 07:35:43 -04:00
NO_TEST= Yes
2001-11-19 07:30:17 -05:00
FAKE_FLAGS= sysconfdir=${PREFIX}/share/examples/lftp
.include <bsd.port.mk>