# $FreeBSD: head/www/uwebsockets/Makefile 568128 2021-03-11 19:47:35Z yuri $ PORTNAME= uwebsockets DISTVERSIONPREFIX= v DISTVERSION= 19.0.0a5 CATEGORIES= www devel MAINTAINER= yuri@FreeBSD.org COMMENT= C++ Web I/O library for the most demanding of applications LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE # libdeflate is optionally needed RUN_DEPENDS= libdeflate>0:archivers/libdeflate \ usockets>0:net/usockets USES= gmake USE_GITHUB= yes GH_ACCOUNT= uNetworking GH_PROJECT= uWebSockets NO_BUILD= yes NO_ARCH= yes post-install: # https://github.com/uNetworking/uWebSockets/issues/1221 ${RMDIR} ${STAGEDIR}${PREFIX}/include/uWebSockets/f2 .include