diff --git a/net/libngtcp2/Makefile b/net/libngtcp2/Makefile index e810178fe73f..a549a95dc705 100644 --- a/net/libngtcp2/Makefile +++ b/net/libngtcp2/Makefile @@ -1,5 +1,6 @@ PORTNAME= ngtcp2 PORTVERSION= 1.7.0 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= https://github.com/ngtcp2/ngtcp2/releases/download/v${PORTVERSION}/ PKGNAMEPREFIX= lib @@ -30,4 +31,7 @@ USE_LDCONFIG= yes SLAVEDIRS= net/libngtcp2-gnutls +post-install: + cd ${WRKSRC}/crypto/includes/ngtcp2/ && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/include/ngtcp2 + .include diff --git a/net/libngtcp2/pkg-plist b/net/libngtcp2/pkg-plist index 9b3202c2562d..2c6d5ed35eca 100644 --- a/net/libngtcp2/pkg-plist +++ b/net/libngtcp2/pkg-plist @@ -1,4 +1,10 @@ include/ngtcp2/ngtcp2.h +include/ngtcp2/ngtcp2_crypto.h +include/ngtcp2/ngtcp2_crypto_boringssl.h +include/ngtcp2/ngtcp2_crypto_gnutls.h +include/ngtcp2/ngtcp2_crypto_picotls.h +include/ngtcp2/ngtcp2_crypto_quictls.h +include/ngtcp2/ngtcp2_crypto_wolfssl.h include/ngtcp2/version.h lib/libngtcp2.a lib/libngtcp2.so