summaryrefslogtreecommitdiff
path: root/net/lftp/Makefile
blob: f23ff2a656416295dafbcf40a77c7c70a13ea3ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# $NetBSD: Makefile,v 1.109 2015/03/21 20:04:39 bsiegert Exp $

DISTNAME=	lftp-4.4.6
PKGREVISION=	4
CATEGORIES=	net
MASTER_SITES=	http://ftp.yar.ru/pub/source/lftp/ \
		ftp://ftp.tuwien.ac.at/infosys/browsers/ftp/lftp/ \
		ftp://ftp.cs.tu-berlin.de/pub/net/ftp/lftp/ \
		ftp://ftp.st.ryukoku.ac.jp/pub/network/ftp/lftp/ \
		http://lftp.cybermirror.org/
EXTRACT_SUFX=	.tar.xz

MAINTAINER=	pettai@NetBSD.org
HOMEPAGE=	http://lftp.yar.ru/
COMMENT=	Powerful command line file transfer client
LICENSE=	gnu-gpl-v3

USE_LANGUAGES=		c c++
USE_LIBTOOL=		yes
USE_PKGLOCALEDIR=	yes
USE_TOOLS+=		autoconf bison
GNU_CONFIGURE=		yes
CONFIGURE_ARGS+=	--sysconfdir=${PKG_SYSCONFDIR}
CONFIGURE_ARGS+=	--with-modules

REPLACE_SH=		src/xdg-move
SHLIBTOOL_OVERRIDE=	# empty

.include "options.mk"

LDFLAGS.Darwin+=	-flat_namespace
.if ${OPSYS} == "Darwin"
INSTALL_UNSTRIPPED=	yes
.endif

EGDIR=			${PREFIX}/share/examples/lftp
CONF_FILES=		${EGDIR}/lftp.conf.default ${PKG_SYSCONFDIR}/lftp.conf

INSTALLATION_DIRS=	bin lib/lftp ${PKGMANDIR}/man1
INSTALLATION_DIRS+=	share/examples/lftp share/lftp

pre-configure:
	cd ${WRKSRC} && autoconf

post-install: post-install-perl
	${INSTALL_DATA} ${WRKSRC}/lftp.conf ${DESTDIR}${EGDIR}/lftp.conf.default

.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
# uses _rl_mark_modified_lines
.include "../../devel/readline/buildlink3.mk"
.include "../../textproc/expat/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"