mirror of
https://git.freebsd.org/ports.git
synced 2025-07-05 03:19:18 -04:00
23 lines
570 B
Makefile
23 lines
570 B
Makefile
PORTNAME= ngtcp2
|
|
PORTVERSION= 0.19.1
|
|
CATEGORIES= net
|
|
MASTER_SITES= https://github.com/ngtcp2/ngtcp2/releases/download/v${PORTVERSION}/
|
|
PKGNAMEPREFIX= lib
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Implementation of QUIC protocol
|
|
WWW= https://nghttp2.org/ngtcp2/ \
|
|
https://github.com/ngtcp2/ngtcp2
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= compiler:c++17-lang libtool pathfix pkgconfig ssl tar:xz
|
|
|
|
CONFIGURE_ARGS= --enable-lib-only --with-jemalloc
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
USE_CXXSTD= c++17
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|