2017-07-06 22:40:51 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= websockets-qml
|
|
|
|
DISTVERSION= ${QT5_VERSION}
|
|
|
|
CATEGORIES= www
|
|
|
|
PKGNAMEPREFIX= qt5-
|
|
|
|
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
|
|
COMMENT= Qt implementation of WebSocket protocol (QML bindings)
|
|
|
|
|
2018-12-02 16:28:14 +01:00
|
|
|
USES= compiler:c++11-lang qmake qt-dist:5,websockets
|
2018-12-16 15:49:16 +01:00
|
|
|
USE_QT= buildtools_build core declarative network websockets
|
2017-07-06 22:40:51 +02:00
|
|
|
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|