Antoine Brodin 21c7ddb27a Mark BROKEN on FreeBSD 12 and 13
Reported by:	pkg-fallout
MFH:		2019Q2
2019-04-06 07:59:59 +00:00

39 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>