a0bfbfad5c
Changes in release 0.24.7: * Compression interface fixes: - fix issues handling content decoding and request retries from authentication challenges (Justin Erenkrantz) - fix places where reader callback would receive spurious size=0 calls - fix to pass user-supplied userdata to user-supplied acceptance callback * Fix for RFC2617-style digest authentication (Hideaki Takahashi). * Fix to pick up gethostbyname() on QNX 6.2.
28 lines
681 B
Makefile
28 lines
681 B
Makefile
# $NetBSD: Makefile,v 1.26 2004/07/14 16:20:30 epg Exp $
|
|
|
|
DISTNAME= neon-0.24.7
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://www.webdav.org/neon/
|
|
|
|
MAINTAINER= epg@pretzelnet.org
|
|
HOMEPAGE= http://www.webdav.org/neon/
|
|
COMMENT= HTTP and WebDAV client library
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
USE_BUILDLINK3= yes
|
|
USE_LIBTOOL= yes
|
|
PKGCONFIG_OVERRIDE= neon.pc.in
|
|
|
|
GNU_CONFIGURE= # defined
|
|
CONFIGURE_ARGS+= --with-ssl=yes
|
|
CONFIGURE_ARGS+= --with-expat
|
|
CONFIGURE_ARGS+= --enable-shared
|
|
|
|
TEST_TARGET= check
|
|
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.include "../../textproc/expat/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|