aboutsummaryrefslogtreecommitdiff
path: root/www/uwebsockets/Makefile
blob: 2c185b2ff16ef8abfe84ac1bd8e1dd4a060b6ab5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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 <bsd.port.mk>