freebsd-ports/sysutils/pc-networkmanager/Makefile
Adriaan de Groot e1223289e7 Unbreak sysutils/pc-networkmanager
This is part of the TrueOS tools, and it was marked BROKEN about
a year ago; a fix appeared upstream only days later, but there's
been no udpate to the port.

The same kind of fix probably applies to sysutils/pcbsd-utils-qt5
but I don't feel like chasing it. PR listed below is for that port,
pinging maintainer(s).

(All this is because we're chasing fallout for the Qt 5.13 update)

PR:		231682
2019-09-01 21:01:04 +00:00

35 lines
705 B
Makefile

# $FreeBSD$
PORTNAME= pc-networkmanager
PORTVERSION= 201710031301
PORTREVISION= 3
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= 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>