blob: ffc250d770cd70261eeefae0d35ed45dd10f1ab1 (
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
|
# Created by: Eric Turgeon <ericturgeon.bsd@gmail.org>
# $FreeBSD$
PORTNAME= networkmgr
PORTVERSION= 2.2
CATEGORIES= net-mgmt
MASTER_SITES= http://github.com/GhostBSD/${PORTNAME}/archive/
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>
|