1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/ftp/axel/Makefile
Peter Pentchev 299f5a9a60 Update to 1.0a.
PR:		36134
Submitted by:	maintainer
2002-03-20 16:09:09 +00:00

29 lines
561 B
Makefile

# ex:ts=8
# New ports collection makefile for: axel
# Date created: Jul 23, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= axel
PORTVERSION= 1.0a
CATEGORIES= ftp
MASTER_SITES= http://www.lintux.cx/downloads/
MAINTAINER= lintux@debian.org
LIB_DEPENDS= intl:${PORTSDIR}/devel/gettext-old
USE_GMAKE= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= -prefix=${PREFIX} --mandir=${PREFIX}/man --i18n=1
MAN1= axel.1
post-configure:
@${PERL} -pi -e 's,-O3,${CFLAGS},; s/gcc/${CC}/; \
s/-pthread/${PTHREAD_LIBS}/' ${WRKSRC}/Makefile.settings
.include <bsd.port.mk>