pkgsrc/net/wget/Makefile
wiz 3843e7cb48 Update to 1.11.4:
* Changes in Wget 1.11.4

** Fixed an issue (apparently a regression) where -O would refuse to
download when -nc was given, even though the file didn't exist.

** Fixed a situation where Wget could abort with --continue if the
remote server gives a content-length of zero when the file exists
locally with content.

** Fixed a crash on some systems, due to Wget casting a pointer-to-long
to a pointer-to-time_t.

** Translation updates for Catalan.
2008-07-18 09:36:39 +00:00

32 lines
780 B
Makefile

# $NetBSD: Makefile,v 1.99 2008/07/18 09:36:39 wiz Exp $
DISTNAME= wget-1.11.4
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GNU:=wget/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/wget/wget.html
COMMENT= Retrieve files from the 'net via HTTP and FTP
PKG_DESTDIR_SUPPORT= user-destdir
USE_TOOLS+= perl
GNU_CONFIGURE= YES
USE_OLD_DES_API= YES
USE_PKGLOCALEDIR= YES
USE_TOOLS+= msgfmt
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
CONFIGURE_ENV+= ac_cv_func_sigsetjmp=yes
EGDIR= ${PREFIX}/share/examples/wget
CONF_FILES= ${EGDIR}/wgetrc ${PKG_SYSCONFDIR}/wgetrc
INFO_FILES= YES
INSTALL_MAKE_FLAGS= ${MAKE_FLAGS} sysconfdir=${EGDIR}
.include "options.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"