freebsd-ports/net-mgmt/networkmgr/Makefile
Mathieu Arnold 99761d7f4c Convert every usage of https://github.com/.../archive/xxx to USE_GITHUB.
While there, fix small style issues.

Sponsored by:	Absolight
2017-06-06 16:18:16 +00:00

24 lines
417 B
Makefile

# Created by: Eric Turgeon <ericturgeon.bsd@gmail.org>
# $FreeBSD$
PORTNAME= networkmgr
PORTVERSION= 2.2
CATEGORIES= net-mgmt
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>