openbsd-ports/net/lftp/Makefile
ajacoutot bae8a37f5c - update to version 3.7.0
from Pierre-Emmanuel Andre <pea at raveland dot org> with tweaks
ok kevlo@ (via pea)
2008-04-04 14:54:23 +00:00

39 lines
897 B
Makefile

# $OpenBSD: Makefile,v 1.71 2008/04/04 14:54:23 ajacoutot Exp $
COMMENT= shell-like command line ftp and sftp client
DISTNAME= lftp-3.7.0
CATEGORIES= net
HOMEPAGE= http://lftp.yar.ru/
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c crypto curses expat m readline ssl stdc++ util
MASTER_SITES= http://ftp.yars.free.net/pub/source/lftp/ \
http://ftp.yars.free.net/pub/source/lftp/old/
USE_LIBTOOL= Yes
USE_X11= Yes
LIBTOOL_FLAGS= --tag=disable-shared
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --with-openssl \
--without-gnutls
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include -I${LOCALBASE}/include" \
LDFLAGS="-L${X11BASE}/lib -L${LOCALBASE}/lib"
MODULES= devel/gettext
NO_REGRESS= Yes
FAKE_FLAGS= sysconfdir=${PREFIX}/share/examples/lftp
.include <bsd.port.mk>