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

PORTNAME=	networkmgr
PORTVERSION=	2.2
CATEGORIES=	net-mgmt

MAINTAINER=	ericturgeon.bsd@gmail.com
COMMENT=	FreeBSD/GhostBSD network conection manager

LICENSE=	BSD3CLAUSE

RUN_DEPENDS=	doas:security/doas

USE_GITHUB=	yes
GH_ACCOUNT=	GhostBSD

USES=		python:2.7
USE_PYTHON=	distutils
USE_GNOME=	pygtk2

SUB_FILES=	pkg-message

.include <bsd.port.mk>