05a6284c87
* Changes in Wget 1.16.1 ** Add --enable-assert configure option. ** Use pkg-config to check for libraries presence. ** Do not limit --secure-protocol=auto|pfs to TLSv1.0. ** Add --secure-protocol=TLSv1_1|TLSv1_2 . ** Full C89 source code compliance. ** Select and use the most secure authentication scheme with HTTP connections. ** Fix issues with turkish locales. ** Handle 504 Gateway Timeout. ** New option --crl-file to load Certificate Revocation Lists. ** Add valgrind support to tests suite. ** Fix an off-by-one problem in the progress bar (introduced in 1.16).
34 lines
829 B
Makefile
34 lines
829 B
Makefile
# $NetBSD: Makefile,v 1.121 2014/12/12 08:54:21 wiz Exp $
|
|
|
|
DISTNAME= wget-1.16.1
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=wget/}
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.gnu.org/software/wget/wget.html
|
|
COMMENT= Retrieve files from the 'net via HTTP and FTP
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
USE_TOOLS+= perl pod2man
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_OLD_DES_API= YES
|
|
USE_PKGLOCALEDIR= YES
|
|
USE_TOOLS+= msgfmt
|
|
|
|
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
|
|
|
|
REPLACE_PERL+= doc/texi2pod.pl
|
|
|
|
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/zlib/buildlink3.mk"
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|