mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
28 lines
598 B
Makefile
28 lines
598 B
Makefile
# Created by: Eric Turgeon <ericturgeon.bsd@gmail.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= networkmgr
|
|
DISTVERSION= 4.2
|
|
CATEGORIES= net-mgmt
|
|
|
|
MAINTAINER= ericbsd@FreeBSD.org
|
|
COMMENT= FreeBSD/GhostBSD network conection 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>
|