Update www/firefox-esr to version 102.5.0,1
[dports.git] / www / libnghttp3 / Makefile
1 PORTNAME=       nghttp3
2 PORTVERSION=    0.5.0
3 CATEGORIES=     www net
4 MASTER_SITES=   https://github.com/ngtcp2/nghttp3/releases/download/v${PORTVERSION}/
5 PKGNAMEPREFIX=  lib
6
7 MAINTAINER=     sunpoet@FreeBSD.org
8 COMMENT=        HTTP/3 C Library
9 WWW=            https://github.com/ngtcp2/nghttp3
10
11 LICENSE=        MIT
12 LICENSE_FILE=   ${WRKSRC}/COPYING
13
14 USES=           compiler:c++17-lang libtool pathfix pkgconfig tar:xz
15
16 CONFIGURE_ARGS= --enable-lib-only
17 GNU_CONFIGURE=  yes
18 INSTALL_TARGET= install-strip
19 USE_CXXSTD=     c++17
20 USE_LDCONFIG=   yes
21
22 .include <bsd.port.mk>