pkgsrc/net/websocketpp/Makefile
adam 15be5b061b websocketpp: updated to 0.8.2
WebSocket++/0.8.2

This is a bug fix patch that fixes a major issue affecting compatibility with newer versions of the Asio library (including the one bundled in Boost 1.70 and higher). It also includes some documentation, cmake, and OpenSSL compatibility fixes.


WebSocket++/0.8.1

This is a bug fix patch to fix a major test suite regression introduced in 0.8.0 and adjust installation behavior to make downstream packaging easier.
2023-08-06 20:20:18 +00:00

18 lines
543 B
Makefile

# $NetBSD: Makefile,v 1.2 2023/08/06 20:20:18 adam Exp $
DISTNAME= websocketpp-0.8.2
CATEGORIES= net devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=zaphoyd/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.zaphoyd.com/websocketpp
COMMENT= Header-only C++ library that implements the WebSocket protocol
LICENSE= modified-bsd # includes other free software, see COPYING
USE_LANGUAGES= c c++
USE_CXX_FEATURES= c++11
.include "../../devel/boost-headers/buildlink3.mk"
.include "../../devel/cmake/build.mk"
.include "../../mk/bsd.pkg.mk"