1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/www/websocketd/Makefile
Guangyuan Yang 6e3314f231 - Add websocketd 0.3.0
websocketd is the WebSocket daemon. It takes care of handling the
WebSocket connections, launching your programs to handle the WebSockets,
and passing messages between programs and web-browser.

PR:		226867
Approved by:	adamw
2018-03-24 06:43:29 +00:00

27 lines
597 B
Makefile

# Created by: Guangyuan Yang <ygy@FreeBSD.org>
# $FreeBSD$
PORTNAME= websocketd
DISTVERSION= 0.3.0
CATEGORIES= www
MASTER_SITES= https://github.com/joewalnes/${PORTNAME}/releases/download/v${DISTVERSION}/
DISTNAME= ${PORTNAME}-${DISTVERSION}-freebsd_${ARCH:S/i386/386/:S/x86_64/amd64/}
MAINTAINER= ygy@FreeBSD.org
COMMENT= Access any command-line tool via a WebSocket
LICENSE= BSD2CLAUSE
ONLY_FOR_ARCHS= amd64 i386
NO_WRKSUBDIR= yes
PLIST_FILES= bin/${PORTNAME}
NO_BUILD= yes
USES= zip
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>