1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/devel/qt5/Makefile
Max Brazhnikov 2e302b0be8 devel/qt5:
- Add missing dependence on websockets

Reported by:	Ralf Nolden <nolden@kde.org> via irc
2015-09-03 21:57:13 +00:00

35 lines
989 B
Makefile

# $FreeBSD$
PORTNAME= qt5
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= kde@FreeBSD.org
COMMENT= Cross-platform application and UI framework (metaport)
USE_QT5= clucene concurrent core dbus declarative designer \
graphicaleffects gui help imageformats multimedia \
network opengl paths printsupport qml quick quickcontrols \
script scripttools serialport sql svg testlib webchannel \
webkit websockets widgets x11extras xml xmlpatterns
USE_QT5:= ${USE_QT5:S/$/_run/}
USES= metaport
OPTIONS_DEFINE= SQL_PLUGINS TOOLS
OPTIONS_DEFAULT=${OPTIONS_DEFINE}
SQL_PLUGINS_DESC= Install database plugins for QtSql
SQL_PLUGINS_USE=sql-ibase sql-mysql sql-odbc sql-pgsql sql-sqlite2 \
sql-sqlite3
TOOLS_DESC= Install Qt tools (qmake, moc, etc.)
TOOLS_USE= assistant buildtools linguist linguisttools \
pixeltool qdbus qdbusviewer qdoc qev qmake
.for opt in ${OPTIONS_DEFINE}
${opt}_USE:= ${${opt}_USE:S/^/QT5=/:S/$/_run/}
.endfor
.include <bsd.port.mk>