blob: d83c2838c57601509e1127c004da05fa1c8f2b81 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
PORTNAME= pc-networkmanager
PORTVERSION= 201710031301
PORTREVISION= 4
CATEGORIES= sysutils
MAINTAINER= jt@obs-sec.com
COMMENT= TrueOS Qt based network manager
WWW= https://github.com/trueos/pc-networkmanager
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_TAGNAME= ae50abf3ba522a7685f275157455f6d424453bb2
.include <bsd.port.mk>
|