5fa8c0b38c
way with Tor. It ensures that DNS requests are handled safely and explicitly rejects UDP traffic from the application you're using. ok benoit@
37 lines
681 B
Makefile
37 lines
681 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2011/12/01 11:49:27 pascal Exp $
|
|
|
|
COMMENT = socks proxy for use with tor
|
|
|
|
DISTNAME = torsocks-1.2
|
|
|
|
SHARED_LIBS = torsocks 0.0 # 1.0
|
|
|
|
CATEGORIES = net
|
|
|
|
HOMEPAGE = http://code.google.com/p/torsocks
|
|
|
|
MAINTAINER = Pascal Stumpf <Pascal.Stumpf@cubes.de>
|
|
|
|
# GPLv2+
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MASTER_SITES = http://torsocks.googlecode.com/files/
|
|
|
|
RUN_DEPENDS = net/tor
|
|
|
|
FAKE_FLAGS = CONFDIR=${PREFIX}/share/examples/torsocks
|
|
|
|
USE_LIBTOOL = Yes
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
NO_REGRESS = Yes
|
|
|
|
pre-configure:
|
|
${SUBST_CMD} ${WRKSRC}/src/torsocks.in
|
|
|
|
.include <bsd.port.mk>
|