1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Add HPACK option

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2014-02-24 10:36:05 +00:00
parent 9d27ea5b39
commit 474b429209
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345799
2 changed files with 8 additions and 0 deletions

View File

@ -14,6 +14,9 @@ LICENSE= MIT
LIB_DEPENDS= libevent_openssl.so:${PORTSDIR}/devel/libevent2 \
libspdylay.so:${PORTSDIR}/www/spdylay
OPTIONS_DEFINE= HPACK
OPTIONS_SUB= yes
CONFIGURE_ARGS= --disable-python-bindings \
--enable-app \
--enable-examples
@ -31,6 +34,9 @@ USES= compiler:c++11-lang pathfix pkgconfig
PORTDOCS= *
HPACK_CONFIGURE_ARGS= --enable-hpack-tools
HPACK_LIB_DEPENDS= libjansson.so:${PORTSDIR}/devel/jansson
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 1000000 && !defined(WITH_OPENSSL_PORT)

View File

@ -1,3 +1,5 @@
%%HPACK%%bin/deflatehd
%%HPACK%%bin/inflatehd
bin/nghttp
bin/nghttpd
bin/nghttpx