openbsd-ports/net/lftp/Makefile
niallo e6f7b3b27f update to version 3.1.3
this version adds many new features and bugfixes.

From Bernd Ahlers <b.ahlers@ba-net.org>

ok sturm@
2005-04-16 18:18:53 +00:00

39 lines
1.1 KiB
Makefile

# $OpenBSD: Makefile,v 1.53 2005/04/16 18:18:53 niallo Exp $
COMMENT= "shell-like command line ftp and sftp client"
DISTNAME= lftp-3.1.3
CATEGORIES= net
MASTER_SITES= ftp://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/ \
ftp://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/old/ \
http://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/ \
http://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/old/
EXTRACT_SUFX= .tar.bz2
HOMEPAGE= http://lftp.yar.ru/
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c crypto curses m readline ssl stdc++ util
LIB_DEPENDS= expat.4::textproc/expat
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --with-ssl
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
MODULES= devel/gettext
NO_REGRESS= Yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/lftp
${INSTALL_DATA} ${WRKSRC}/lftp.conf ${PREFIX}/share/examples/lftp/lftp.conf-sample
.include <bsd.port.mk>