openbsd-ports/net/lftp/Makefile
ajacoutot 19a04ff976 - USE_X11 is not needed anymore (expat is in base, not xenocara anymore)
spotted by dima at oganer dot net
- while here, regen PLIST

ok kevlo@ (maintainer)
2008-11-25 07:28:33 +00:00

39 lines
869 B
Makefile

# $OpenBSD: Makefile,v 1.72 2008/11/25 07:28:33 ajacoutot Exp $
COMMENT= shell-like command line ftp and sftp client
DISTNAME= lftp-3.7.0
PKGNAME= ${DISTNAME}p0
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
LIBTOOL_FLAGS= --tag=disable-shared
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --with-openssl \
--without-gnutls
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
MODULES= devel/gettext
NO_REGRESS= Yes
FAKE_FLAGS= sysconfdir=${PREFIX}/share/examples/lftp
.include <bsd.port.mk>