freebsd-ports/sysutils/pc-networkmanager/Makefile
Tobias C. Berner b1a1d38bf9 Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
	USES=		qt:4
	USE_QT=		foo bar
ports depending on Qt5 will use
	USES=		qt:5
	USE_QT=		foo bar

PR:		229225
Exp-run by:	antoine
Reviewed by:	mat
Approved by:	portmgr (antoine)
Differential Revision:	→https://reviews.freebsd.org/D15540
2018-06-28 17:39:53 +00:00

36 lines
729 B
Makefile

# $FreeBSD$
PORTNAME= pc-networkmanager
PORTVERSION= 201710031301
PORTREVISION= 1
CATEGORIES= sysutils
MAINTAINER= jt@ixsystems.com
COMMENT= TrueOS Qt based network manager
LICENSE= BSD2CLAUSE
ONLY_FOR_ARCHS= amd64
LIB_DEPENDS= libtrueos-ui.so:sysutils/trueos-libqt5
MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX}
CONFLICTS= pcbsd-utils*
MAKE_JOBS_UNSAFE= yes
USES= qmake qt:5 shebangfix tar:xz
SHEBANG_FILES= src/NetworkManager/resources/umts_stick
USE_LDCONFIG= yes
USE_QT= core gui network svg linguist \
buildtools x11extras widgets
USE_GL+= gl
QMAKE_ARGS= CONFIG+="configure"
USE_GITHUB= yes
GH_ACCOUNT= trueos
GH_PROJECT= pc-networkmanager
GH_TAGNAME= ae50abf3ba522a7685f275157455f6d424453bb2
.include <bsd.port.mk>