27 lines
512 B
Makefile
27 lines
512 B
Makefile
COMMENT = ultra fast, simple, secure, standards compliant web server
|
|
PKGNAME = ${DISTNAME:L}
|
|
CATEGORIES = www
|
|
|
|
GH_ACCOUNT = uNetworking
|
|
GH_PROJECT = uWebSockets
|
|
GH_TAGNAME = v20.14.0
|
|
|
|
REVISION = 0
|
|
|
|
MAINTAINER = Aisha Tammy <aisha@openbsd.org>
|
|
|
|
# Apache 2.0
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
RUN_DEPENDS = net/usockets
|
|
|
|
# Header-only library
|
|
NO_BUILD = Yes
|
|
|
|
NO_TEST = Yes
|
|
|
|
do-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/include/uWebSockets
|
|
${INSTALL_DATA} ${WRKSRC}/src/*.h ${PREFIX}/include/uWebSockets
|
|
|
|
.include <bsd.port.mk>
|