26 lines
561 B
Makefile
26 lines
561 B
Makefile
# Created by: Eric Turgeon <ericturgeon.bsd@gmail.org>
|
|
|
|
PORTNAME= networkmgr
|
|
DISTVERSION= 6.1
|
|
PORTREVISION= 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= pygobject3
|
|
USE_PYTHON= distutils noflavors
|
|
SHEBANG_GLOB= *.py
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|