pkgsrc/www/libmicrohttpd/Makefile
ng0 b170fef2c3 www/libmicrohttpd: Update to version 0.9.69
Changelog:

Sun 15 Dec 2019 02:12:02 PM CET
    Fix send() call (affects Mac OS X). #5977 -CG/fbrault
    Releasing libmicrohttpd 0.9.69. -CG

Fri 29 Nov 2019 11:22:25 PM CET
    If application suspends a connection before we could send 100 CONTINUE,
    give application another shot at queuing a reply before the upload begins. -CG
2019-12-16 08:10:11 +00:00

25 lines
727 B
Makefile

# $NetBSD: Makefile,v 1.49 2019/12/16 08:10:11 ng0 Exp $
DISTNAME= libmicrohttpd-0.9.69
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_GNU:=libmicrohttpd/}
MAINTAINER= ng0@NetBSD.org
HOMEPAGE= https://www.gnu.org/software/libmicrohttpd/
COMMENT= Small C library to run an HTTP server as part of another app
LICENSE= gnu-lgpl-v2.1
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config gettext
GNU_CONFIGURE= yes
INFO_FILES= yes
TEST_TARGET= check
PKGCONFIG_OVERRIDE+= libmicrohttpd.pc.in
CONFIGURE_ARGS+= --enable-nls
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../security/libgcrypt/buildlink3.mk"
.include "../../security/gnutls/buildlink3.mk"
.include "../../www/curl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"