TorK is a powerful anonymity manager for the KDE Desktop on Linux and Unix
systems. It first helps you to install, configure and use Tor. It then
reduces the task of anonymizing most applications to a single-click, including
Firefox, Opera, Konqueror, Pidgin, Kopete, SSH, and IRC.For advanced users
TorK provides detailed network information, and more, in an accessible manner.
WWW: http://www.anonymityanywhere.com/tork/
Submitted by: Beat Gätzi <beat at chruetertee.ch>
2008-02-12 18:43:17 +00:00
|
|
|
|
# New ports collection makefile for: tork
|
|
|
|
|
# Date created: 09 Feb 2008
|
|
|
|
|
# Whom: Beat G<>tzi <beat@chruetertee.ch>
|
|
|
|
|
#
|
|
|
|
|
# $FreeBSD$
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
PORTNAME= tork
|
2008-11-15 23:40:57 +00:00
|
|
|
|
PORTVERSION= 0.30
|
2010-05-31 02:01:56 +00:00
|
|
|
|
PORTREVISION= 4
|
TorK is a powerful anonymity manager for the KDE Desktop on Linux and Unix
systems. It first helps you to install, configure and use Tor. It then
reduces the task of anonymizing most applications to a single-click, including
Firefox, Opera, Konqueror, Pidgin, Kopete, SSH, and IRC.For advanced users
TorK provides detailed network information, and more, in an accessible manner.
WWW: http://www.anonymityanywhere.com/tork/
Submitted by: Beat Gätzi <beat at chruetertee.ch>
2008-02-12 18:43:17 +00:00
|
|
|
|
CATEGORIES= net-mgmt security
|
2009-08-22 00:32:25 +00:00
|
|
|
|
MASTER_SITES= SF/${PORTNAME}/TorK%20Source%20Tarball/TorK-${PORTVERSION}
|
TorK is a powerful anonymity manager for the KDE Desktop on Linux and Unix
systems. It first helps you to install, configure and use Tor. It then
reduces the task of anonymizing most applications to a single-click, including
Firefox, Opera, Konqueror, Pidgin, Kopete, SSH, and IRC.For advanced users
TorK provides detailed network information, and more, in an accessible manner.
WWW: http://www.anonymityanywhere.com/tork/
Submitted by: Beat Gätzi <beat at chruetertee.ch>
2008-02-12 18:43:17 +00:00
|
|
|
|
|
|
|
|
|
MAINTAINER= thomas.sander@gmx.de
|
|
|
|
|
COMMENT= TorK is an Anonymity Manager for the KDE Desktop
|
|
|
|
|
|
|
|
|
|
USE_GMAKE= yes
|
|
|
|
|
USE_GNOME= pkgconfig
|
2010-12-04 07:34:27 +00:00
|
|
|
|
USE_AUTOTOOLS= libtool aclocal:env
|
TorK is a powerful anonymity manager for the KDE Desktop on Linux and Unix
systems. It first helps you to install, configure and use Tor. It then
reduces the task of anonymizing most applications to a single-click, including
Firefox, Opera, Konqueror, Pidgin, Kopete, SSH, and IRC.For advanced users
TorK provides detailed network information, and more, in an accessible manner.
WWW: http://www.anonymityanywhere.com/tork/
Submitted by: Beat Gätzi <beat at chruetertee.ch>
2008-02-12 18:43:17 +00:00
|
|
|
|
USE_GETTEXT= yes
|
|
|
|
|
USE_XORG= xext
|
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
|
INSTALLS_ICONS= yes
|
2010-12-22 20:05:49 +00:00
|
|
|
|
AUTOTOOLSFILES= aclocal.m4
|
TorK is a powerful anonymity manager for the KDE Desktop on Linux and Unix
systems. It first helps you to install, configure and use Tor. It then
reduces the task of anonymizing most applications to a single-click, including
Firefox, Opera, Konqueror, Pidgin, Kopete, SSH, and IRC.For advanced users
TorK provides detailed network information, and more, in an accessible manner.
WWW: http://www.anonymityanywhere.com/tork/
Submitted by: Beat Gätzi <beat at chruetertee.ch>
2008-02-12 18:43:17 +00:00
|
|
|
|
|
|
|
|
|
USE_KDELIBS_VER=3
|
|
|
|
|
USE_QT_VER= 3
|
|
|
|
|
|
|
|
|
|
MAN1= tork.1 torkarkollon.1 torkify.1 torksocks.1
|
|
|
|
|
MAN5= torksocks.conf.5
|
|
|
|
|
MAN8= torksocks.8
|
|
|
|
|
|
|
|
|
|
HAVE_TOR!= if pkg_info -I tor-\* >/dev/null 2>&1 ; then ${ECHO} YES; fi
|
|
|
|
|
|
|
|
|
|
.if (${HAVE_TOR} == "YES")
|
|
|
|
|
HAVE_TOR_DEVEL!= if pkg_info -I tor-devel\* >/dev/null 2>&1 ; then ${ECHO} YES; fi
|
|
|
|
|
|
|
|
|
|
.if (${HAVE_TOR_DEVEL} == "YES")
|
|
|
|
|
OPTIONS= TOR_DEVEL "Depend on tor-devel (already installed)" On
|
|
|
|
|
.else
|
|
|
|
|
OPTIONS= TOR "Depend on tor (already installed)" On
|
|
|
|
|
.endif
|
|
|
|
|
|
|
|
|
|
.else
|
|
|
|
|
OPTIONS= TOR_DEVEL "Depend on tor-devel" On \
|
|
|
|
|
TOR "Depend on tor" Off
|
|
|
|
|
.endif
|
|
|
|
|
|
2008-03-17 19:44:44 +00:00
|
|
|
|
OPTIONS+= PRIVOXY "Install privoxy" On \
|
|
|
|
|
MIXMINION "Install mixminion" Off
|
TorK is a powerful anonymity manager for the KDE Desktop on Linux and Unix
systems. It first helps you to install, configure and use Tor. It then
reduces the task of anonymizing most applications to a single-click, including
Firefox, Opera, Konqueror, Pidgin, Kopete, SSH, and IRC.For advanced users
TorK provides detailed network information, and more, in an accessible manner.
WWW: http://www.anonymityanywhere.com/tork/
Submitted by: Beat Gätzi <beat at chruetertee.ch>
2008-02-12 18:43:17 +00:00
|
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
|
|
.if defined(WITH_TOR_DEVEL)
|
|
|
|
|
.if defined(WITH_TOR)
|
|
|
|
|
IGNORE= cannot depend on tor and tor-devel at the same time
|
|
|
|
|
.endif
|
|
|
|
|
RUN_DEPENDS+= ${LOCALBASE}/bin/tor:${PORTSDIR}/security/tor-devel
|
|
|
|
|
.elif defined(WITH_TOR)
|
|
|
|
|
RUN_DEPENDS+= ${LOCALBASE}/bin/tor:${PORTSDIR}/security/tor
|
|
|
|
|
.endif
|
|
|
|
|
|
|
|
|
|
.if defined(WITH_PRIVOXY)
|
|
|
|
|
RUN_DEPENDS+= ${LOCALBASE}/sbin/privoxy:${PORTSDIR}/www/privoxy
|
|
|
|
|
.endif
|
|
|
|
|
|
2008-03-17 19:44:44 +00:00
|
|
|
|
.if defined(WITH_MIXMINION)
|
|
|
|
|
RUN_DEPENDS+= ${LOCALBASE}/bin/mixminion:${PORTSDIR}/mail/mixminion
|
|
|
|
|
.endif
|
|
|
|
|
|
TorK is a powerful anonymity manager for the KDE Desktop on Linux and Unix
systems. It first helps you to install, configure and use Tor. It then
reduces the task of anonymizing most applications to a single-click, including
Firefox, Opera, Konqueror, Pidgin, Kopete, SSH, and IRC.For advanced users
TorK provides detailed network information, and more, in an accessible manner.
WWW: http://www.anonymityanywhere.com/tork/
Submitted by: Beat Gätzi <beat at chruetertee.ch>
2008-02-12 18:43:17 +00:00
|
|
|
|
.include <bsd.port.post.mk>
|