mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
5979abd789
www/libmicrohttpd: Update to 0.9.72 ChangeLog: https://lists.gnu.org/archive/html/libmicrohttpd/2020-12/msg00023.html PR: 252367 Submitted by: daniel.engberg.lists@pyret.net
41 lines
843 B
Makefile
41 lines
843 B
Makefile
# Created by: David Barksdale <amatus@gnu.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libmicrohttpd
|
|
DISTVERSION= 0.9.72
|
|
CATEGORIES= www
|
|
MASTER_SITES= GNU
|
|
|
|
MAINTAINER= gaod@hychen.org
|
|
COMMENT= C library for embedding HTTP server functionality
|
|
|
|
LICENSE= LGPL21
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= cpe libtool pathfix
|
|
USE_LDCONFIG= yes
|
|
CPE_VENDOR= gnu
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
INSTALL_TARGET= install-strip
|
|
TEST_TARGET= check
|
|
|
|
CONFIGURE_ARGS= --disable-examples
|
|
|
|
OPTIONS_DEFINE= GNUTLS TESTCURL
|
|
OPTIONS_DEFAULT= GNUTLS
|
|
TESTCURL_DESC= Use curl when running unit tests
|
|
|
|
GNUTLS_LIB_DEPENDS= libgcrypt.so:security/libgcrypt \
|
|
libgnutls.so:security/gnutls
|
|
GNUTLS_USES= localbase
|
|
GNUTLS_CONFIGURE_ENABLE=https
|
|
|
|
TESTCURL_LIB_DEPENDS= libcurl.so:ftp/curl
|
|
TESTCURL_CONFIGURE_OFF= --disable-curl
|
|
|
|
INFO= libmicrohttpd libmicrohttpd-tutorial
|
|
|
|
.include <bsd.port.mk>
|