freebsd-ports/ftp/wget/Makefile
FUJISHIMA Satsuki f19760c0b3 o fix coredump in rate limitation.
o remove stray debugging message.

Obtained from:	wget CVS
2001-12-17 20:44:12 +00:00

45 lines
977 B
Makefile

# Ports collection makefile for: wget
# Date created: 31 December 1996
# Whom: Thomas Gellekum <tg@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= wget
PORTVERSION= 1.8
PORTREVISION= 1
CATEGORIES= ftp www
MASTER_SITES= ${MASTER_SITE_GNU} \
ftp://ftp.dl.ac.uk/ccp14/ftp-mirror/wget/pub/unix/util/wget/ \
ftp://ftp.informatik.hu-berlin.de/gnu/wget/ \
ftp://ftp.uni-mainz.de/pub/gnu/wget/ \
ftp://ftp.max.irk.ru/unix/net/www/wget/
MASTER_SITE_SUBDIR= wget
MAINTAINER= sf@FreeBSD.org
LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
.if !defined(WITHOUT_SSL)
USE_OPENSSL= yes
CONFIGURE_ARGS= --with-ssl=${OPENSSLBASE}
.endif
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV+= CPPFLAGS=-I${LOCALBASE}/include \
LIBS=-L${LOCALBASE}/lib
MAN1= wget.1
post-patch:
# we don't need to run autoconf.
${TOUCH} ${WRKSRC}/configure
pre-build:
@${RM} -f ${WRKSRC}/doc/wget.info*
post-install:
install-info ${PREFIX}/info/wget.info ${PREFIX}/info/dir
.include <bsd.port.mk>