opnsense-ports/sysutils/pc-networkmanager/Makefile
Franco Fichtner 27c00c1d68 */*: sync with upstream
Taken from: HardenedBSD
2019-04-04 21:51:55 +02:00

38 lines
881 B
Makefile

# $FreeBSD$
PORTNAME= pc-networkmanager
PORTVERSION= 201710031301
PORTREVISION= 2
CATEGORIES= sysutils
MAINTAINER= jt@ixsystems.com
COMMENT= TrueOS Qt based network manager
LICENSE= BSD2CLAUSE
BROKEN_FreeBSD_12= use of undeclared identifiers 'IFM_FDDI' and 'IFM_TOKEN'
BROKEN_FreeBSD_13= use of undeclared identifiers 'IFM_FDDI' and 'IFM_TOKEN'
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>