mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
da3162c7c9
Per discussion with bapt on helping pkg handle the changing of these deps and avoiding impossible upgrade senarios. PR: 246767 Reviewed by: manu, bapt Approved by: x11 Differential Revision: https://reviews.freebsd.org/D30824
34 lines
695 B
Makefile
34 lines
695 B
Makefile
PORTNAME= pc-networkmanager
|
|
PORTVERSION= 201710031301
|
|
PORTREVISION= 4
|
|
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}
|
|
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
USES= gl 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>
|