mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
a59094b353
The QtWebSockets module implements the WebSocket protocol as specified in RFC 6455. It solely depends on Qt (no external dependencies). http://doc.qt.io/qt-5/qtwebsockets-index.html Submitted by: Tobias Berner <tcberner@gmail.com>
17 lines
345 B
Makefile
17 lines
345 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= websockets
|
|
DISTVERSION= ${QT5_VERSION}
|
|
CATEGORIES= www
|
|
PKGNAMEPREFIX= qt5-
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Implements the WebSocket protocol as specified in RFC 6455.
|
|
|
|
USE_QT5= buildtools_build core network qml quick
|
|
QT_DIST= ${PORTNAME}
|
|
USES= qmake
|
|
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
|
|
|
.include <bsd.port.mk>
|