blob: 526191813698d8e88ca9da5ea7ef08ca599794f9 (
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
|
PORTNAME= axel
PORTVERSION= 2.4
PORTREVISION= 2
CATEGORIES= ftp
MASTER_SITES= http://pkgs.fedoraproject.org/repo/pkgs/axel/axel-2.4.tar.gz/a2a762fce0c96781965c8f9786a3d09d/
MAINTAINER= prudhvi-krishna-bsd@surapaneni.in
COMMENT= Download accelerator
WWW= http://axel.alioth.debian.org/
DEPRECATED= Last release in 2009 and dead upstream, please consider using www/aria2
EXPIRATION_DATE=2022-06-30
USES= cpe gmake
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX} --mandir=${MANPREFIX}/man
CPE_VENDOR= axel_project
OPTIONS_DEFINE= NLS DEBUG
OPTIONS_SUB= yes
NLS_USES= gettext iconv
NLS_CONFIGURE_ON= --i18n=1
NLS_CONFIGURE_OFF= --i18n=0
DEBUG_CONFIGURE_ON=--debug=1 --strip=0
post-configure:
@${REINPLACE_CMD} -e 's|gcc|${CC}|' ${WRKSRC}/Makefile.settings
.include <bsd.port.mk>
|