1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/ftp/axel/Makefile
Roman Bogorodskiy 061c6f5368 - Update to 1.0b
- Update WWW and MASTER_SITES
- Reset maintainership to ports@ by maintainer request

PR:		83703
Submitted by:	Marcus Grando <marcus@corp.grupos.com.br>
Approved by:	Wilmer van der Gaast (former maintainer)
2005-07-20 04:42:02 +00:00

31 lines
605 B
Makefile

# ex:ts=8
# New ports collection makefile for: axel
# Date created: Jul 23, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= axel
PORTVERSION= 1.0b
PORTREVISION= 0
CATEGORIES= ftp
MASTER_SITES= http://wilmer.gaast.net/downloads/
MAINTAINER= ports@FreeBSD.org
COMMENT= A download accelerator
USE_GETTEXT= yes
USE_GMAKE= yes
HAS_CONFIGURE= yes
USE_REINPLACE= yes
CONFIGURE_ARGS= --prefix=${PREFIX} --mandir=${PREFIX}/man --i18n=1
MAN1= axel.1
post-configure:
@${REINPLACE_CMD} -e 's,-O3,${CFLAGS},; s|gcc|${CC}|; \
s|-pthread|${PTHREAD_LIBS}|' ${WRKSRC}/Makefile.settings
.include <bsd.port.mk>