freebsd-ports/net/libngtcp2/Makefile
Sunpoet Po-Chuan Hsieh 4fdcce3603 Add libngtcp2 0.1.0.g20200123
ngtcp2 project is an effort to implement QUIC protocol which is now being
discussed in IETF QUICWG for its standardization.

WWW: https://github.com/ngtcp2/ngtcp2
2020-01-29 19:13:28 +00:00

30 lines
598 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= ngtcp2
PORTVERSION= 0.1.0.g20200123
CATEGORIES= net
PKGNAMEPREFIX= lib
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Implementment of QUIC protocol
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
USES= autoreconf compiler:c++17-lang libtool pathfix pkgconfig
CONFIGURE_ARGS= --enable-lib-only
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USE_CXXSTD= c++17
USE_LDCONFIG= yes
GH_TAGNAME= f0d2ef9
USE_GITHUB= yes
post-patch:
@${REINPLACE_CMD} -e 's|0.1.0-DEV|${PORTVERSION}|' ${WRKSRC}/configure.ac
.include <bsd.port.mk>