mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
28f40778f2
PR: 108609 Submitted by: Prudhvi Krishna <prudhvikrishna@gmail.com>
30 lines
593 B
Makefile
30 lines
593 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= prudhvikrishna@gmail.com
|
|
COMMENT= A download accelerator
|
|
|
|
USE_GETTEXT= yes
|
|
USE_GMAKE= yes
|
|
HAS_CONFIGURE= 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>
|