2017-02-06 10:04:45 +01:00
|
|
|
# Created by: Eric Turgeon <ericturgeon.bsd@gmail.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= networkmgr
|
2020-01-04 21:10:42 +01:00
|
|
|
DISTVERSION= 3.6
|
2020-06-18 16:30:11 +02:00
|
|
|
PORTREVISION= 1
|
2017-02-06 10:04:45 +01:00
|
|
|
CATEGORIES= net-mgmt
|
|
|
|
|
2018-04-03 14:45:01 +02:00
|
|
|
MAINTAINER= ericbsd@FreeBSD.org
|
2017-02-06 10:04:45 +01:00
|
|
|
COMMENT= FreeBSD/GhostBSD network conection manager
|
|
|
|
|
|
|
|
LICENSE= BSD3CLAUSE
|
2017-09-25 00:12:31 +02:00
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
2017-02-06 10:04:45 +01:00
|
|
|
|
2020-06-18 16:30:11 +02:00
|
|
|
RUN_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:misc/hicolor-icon-theme \
|
|
|
|
doas:security/doas
|
2018-09-27 21:00:27 +02:00
|
|
|
|
2020-06-18 16:30:11 +02:00
|
|
|
USES= gnome python:3.4+ shebangfix
|
2017-02-06 10:04:45 +01:00
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= GhostBSD
|
2020-06-18 16:30:11 +02:00
|
|
|
USE_GNOME= gtk-update-icon-cache pygobject3
|
|
|
|
USE_PYTHON= distutils noflavors
|
|
|
|
SHEBANG_GLOB= *.py
|
2017-02-06 10:04:45 +01:00
|
|
|
|
2017-09-25 00:12:31 +02:00
|
|
|
NO_ARCH= yes
|
2017-02-06 10:04:45 +01:00
|
|
|
|
|
|
|
SUB_FILES= pkg-message
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|