Lines 2-9
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= networkmgr |
4 |
PORTNAME= networkmgr |
5 |
DISTVERSION= 3.6 |
5 |
DISTVERSION= 4.1 |
6 |
PORTREVISION= 1 |
|
|
7 |
CATEGORIES= net-mgmt |
6 |
CATEGORIES= net-mgmt |
8 |
|
7 |
|
9 |
MAINTAINER= ericbsd@FreeBSD.org |
8 |
MAINTAINER= ericbsd@FreeBSD.org |
Lines 13-29
Link Here
|
13 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
12 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
14 |
|
13 |
|
15 |
RUN_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:misc/hicolor-icon-theme \ |
14 |
RUN_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:misc/hicolor-icon-theme \ |
16 |
doas:security/doas |
15 |
sudo:security/sudo |
17 |
|
16 |
|
18 |
USES= gnome python:3.4+ shebangfix |
17 |
USES= gnome python:3.7+ shebangfix |
19 |
USE_GITHUB= yes |
18 |
USE_GITHUB= yes |
20 |
GH_ACCOUNT= GhostBSD |
19 |
GH_ACCOUNT= GhostBSD |
21 |
USE_GNOME= gtk-update-icon-cache pygobject3 |
20 |
USE_GNOME= gtk-update-icon-cache pygobject3 |
|
|
21 |
INSTALLS_ICONS= yes |
22 |
USE_PYTHON= distutils noflavors |
22 |
USE_PYTHON= distutils noflavors |
23 |
SHEBANG_GLOB= *.py |
23 |
SHEBANG_GLOB= *.py |
24 |
|
24 |
|
25 |
NO_ARCH= yes |
25 |
NO_ARCH= yes |
26 |
|
26 |
|
27 |
SUB_FILES= pkg-message |
|
|
28 |
|
29 |
.include <bsd.port.mk> |
27 |
.include <bsd.port.mk> |