mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-01 10:59:55 +00:00
cf118ccf87
Reported by: lwhsu
14 lines
309 B
Makefile
14 lines
309 B
Makefile
PORTNAME= websockets
|
|
DISTVERSION= ${QT5_VERSION}
|
|
PORTREVISION= 1
|
|
CATEGORIES= www
|
|
PKGNAMEPREFIX= qt5-
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Qt implementation of WebSocket protocol
|
|
|
|
USES= compiler:c++11-lang qmake:norecursive qt-dist:5,websockets
|
|
USE_QT= buildtools_build core network
|
|
|
|
.include <bsd.port.mk>
|