12 lines
288 B
Makefile
12 lines
288 B
Makefile
|
QT6NAME = QtWebSockets
|
||
|
COMMENT = Qt6 module for the WebSocket protocol
|
||
|
PKGSPEC = qt6-qtwebsockets-${QT6_PKGSPEC}
|
||
|
|
||
|
SHARED_LIBS += Qt6WebSockets 0.0 # 0.0
|
||
|
|
||
|
WANTLIB += ${COMPILER_LIBCXX} Qt6Core Qt6Network Qt6Qml c m
|
||
|
|
||
|
LIB_DEPENDS = x11/qt6/qtdeclarative
|
||
|
|
||
|
.include <bsd.port.mk>
|