summaryrefslogtreecommitdiff
path: root/ftp/axel/Makefile
blob: aa85398ab568447dec568eb002ee5049eef45463 (plain) (blame)
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
PORTNAME=	axel
DISTVERSIONPREFIX=	v
DISTVERSION=	2.17.14
PORTREVISION=	1
CATEGORIES=	ftp

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Lightweight CLI download accelerator
WWW=		https://github.com/axel-download-accelerator/axel

LICENSE=	GPLv2+
LICENSE_FILE=	${WRKSRC}/COPYING

BUILD_DEPENDS=	autoconf-archive>=0:devel/autoconf-archive \
		txt2man:textproc/txt2man

USES=		autoreconf gettext-tools gmake pkgconfig ssl

USE_GITHUB=	yes
GH_ACCOUNT=	axel-download-accelerator

GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--with-ssl=openssl

OPTIONS_DEFINE=	NLS
OPTIONS_DEFAULT=NLS
OPTIONS_SUB=	yes

NLS_CONFIGURE_ENABLE=	nls
NLS_USES=		gettext-runtime

.include <bsd.port.mk>