Update www/firefox-esr to version 102.5.0,1
[dports.git] / www / libmicrohttpd / Makefile
1 PORTNAME=       libmicrohttpd
2 DISTVERSION=    0.9.75
3 CATEGORIES=     www
4 MASTER_SITES=   GNU
5
6 MAINTAINER=     gaod@hychen.org
7 COMMENT=        C library for embedding HTTP server functionality
8 WWW=            https://www.gnu.org/software/libmicrohttpd/
9
10 LICENSE=        LGPL21+
11 LICENSE_FILE=   ${WRKSRC}/COPYING
12
13 USES=           cpe libtool localbase pathfix
14 USE_LDCONFIG=   yes
15 CPE_VENDOR=     gnu
16
17 GNU_CONFIGURE=  yes
18
19 INSTALL_TARGET= install-strip
20 TEST_TARGET=    check
21
22 CONFIGURE_ARGS= --disable-examples
23
24 OPTIONS_DEFINE=         GNUTLS TESTCURL
25 OPTIONS_DEFAULT=        GNUTLS
26 TESTCURL_DESC=          Use curl when running unit tests
27
28 GNUTLS_LIB_DEPENDS=     libgnutls.so:security/gnutls
29 GNUTLS_CONFIGURE_ENABLE=https
30
31 TESTCURL_LIB_DEPENDS=   libcurl.so:ftp/curl
32 TESTCURL_CONFIGURE_ENABLE=      curl
33
34 INFO=                   libmicrohttpd libmicrohttpd-tutorial
35
36 .include <bsd.port.mk>