blob: 5fc1cfb109e3aa51c3ec80ea72acf77bc3916f43 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Created by: Fabian Keil <fk@fabiankeil.de>
# $FreeBSD$
PORTNAME= vidalia
PORTVERSION= 0.2.21
CATEGORIES= net-mgmt security
MASTER_SITES= TOR/vidalia
MAINTAINER= fk@fabiankeil.de
COMMENT= Graphical Tor controller based on Qt 4.x
BROKEN= fails to build
DEPRECATED= outdated and unmaintained
EXPIRATION_DATE= 2018-11-15
USES= cmake qt:4
INSTALLS_ICONS= yes
USE_QT= gui moc_build qmake_build rcc_build uic_build network xml linguist_build
.include <bsd.port.mk>
|