72fbe871f7
PR: 207953 Submitted by: Neel Chauhan TorNova is a frontend to Tor written in Python, GTK 3, and Stem. https://www.github.com/neelchauhan/TorNova
26 lines
460 B
Makefile
26 lines
460 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= tornova
|
|
PORTVERSION= 0.2.3
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= net-mgmt
|
|
|
|
MAINTAINER= neel@neelc.org
|
|
COMMENT= Frontend for Tor
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}stem>=0.18:security/py-stem \
|
|
tor:security/tor
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= neelchauhan
|
|
GH_PROJECT= TorNova
|
|
|
|
USES= python:2
|
|
USE_PYTHON= autoplist distutils
|
|
USE_GNOME= gtk30 pygobject3
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|