mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
9c6af52b78
PR: ports/160254 Submitted by: Fabian Keil <fk@fabiankeil.de> (maintainer)
27 lines
686 B
Makefile
27 lines
686 B
Makefile
# New ports collection makefile for: vidalia
|
|
# Date created: 2007-02-19
|
|
# Whom: Fabian Keil <fk@fabiankeil.de>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= vidalia
|
|
PORTVERSION= 0.2.14
|
|
CATEGORIES= net-mgmt security
|
|
MASTER_SITES= https://www.torproject.org/dist/vidalia/ \
|
|
http://tor.ccc.de/dist/vidalia/ \
|
|
http://tor.cyberarmy.at/dist/vidalia/ \
|
|
http://www.torservers.net/mirrors/torproject.org/dist/vidalia/
|
|
|
|
MAINTAINER= fk@fabiankeil.de
|
|
COMMENT= A graphical Tor controller based on Qt 4.x
|
|
|
|
USE_CMAKE= yes
|
|
CMAKE_USE_PTHREAD= yes
|
|
INSTALLS_ICONS= yes
|
|
USE_QT_VER= 4
|
|
QT_COMPONENTS= gui moc_build qmake_build rcc_build uic_build network xml linguist_build
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
.include <bsd.port.mk>
|