ports/net/libngtcp2/Makefile
2024-09-09 02:37:01 +08:00

22 lines
527 B
Makefile

PORTNAME= ngtcp2
PORTVERSION= 1.7.0
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= libtool pathfix pkgconfig tar:xz
CONFIGURE_ARGS= --enable-lib-only --with-jemalloc
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
.include <bsd.port.mk>