freebsd-ports/sysutils/sysadm-client/Makefile
Tobias C. Berner b7f2d323ae Split part of www/qt5-websockets into new port www/qt5-websockets-qml
This splits qt5-websockets into a qt5-websockets port containing the core parts,
and a qt5-websockets-qml port with the QML parts. The QML parts depend on Qt Quick,
so on the GUI parts (and hence X11) while the core parts do not.

PR:		220045
Submitted by:	Adriaan de Groot <groot@kde.org>
2017-07-06 20:40:51 +00:00

25 lines
504 B
Makefile

# $FreeBSD$
PORTNAME= sysadm-client
PORTVERSION= 1.0
PORTREVISION= 2
DISTVERSIONPREFIX= v
CATEGORIES= sysutils
MAINTAINER= kmoore@FreeBSD.org
COMMENT= SysAdm Qt5 Client
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/../LICENSE
WRKSRC_SUBDIR= src-qt5
USE_QT5= core buildtools_build gui network qmake websockets widgets svg concurrent
USES= pkgconfig tar:xz qmake ssl
USE_GL+= gl
MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX}
USE_GITHUB= yes
GH_ACCOUNT= trueos
GH_PROJECT= sysadm-ui-qt
.include <bsd.port.mk>