aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/networkmgr/Makefile
blob: c555fd4855c8416b25502c56dc4368b9d3d98ab2 (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
# Created by: Eric Turgeon <ericturgeon.bsd@gmail.org>

PORTNAME=	networkmgr
DISTVERSION=	6.1
CATEGORIES=	net-mgmt

MAINTAINER=	ericbsd@FreeBSD.org
COMMENT=	FreeBSD/GhostBSD network connection manager

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	${LOCALBASE}/share/icons/hicolor/index.theme:misc/hicolor-icon-theme \
		sudo:security/sudo

USES=		gnome python:3.7+ shebangfix
USE_GITHUB=	yes
GH_ACCOUNT=	GhostBSD
USE_GNOME=	gtk-update-icon-cache pygobject3
INSTALLS_ICONS=	yes
USE_PYTHON=	distutils noflavors
SHEBANG_GLOB=	*.py

NO_ARCH=	yes

.include <bsd.port.mk>