7510ee4840
PR: 185150 (followup) Approved by: portmgr blanket MFH: 2015Q2
16 lines
372 B
Makefile
16 lines
372 B
Makefile
# 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
|
|
|
|
USES= cmake
|
|
INSTALLS_ICONS= yes
|
|
USE_QT4= gui moc_build qmake_build rcc_build uic_build network xml linguist_build
|
|
|
|
.include <bsd.port.mk>
|