openbsd-ports/net/torsocks/Makefile
2013-08-07 21:31:12 +00:00

34 lines
590 B
Makefile

# $OpenBSD: Makefile,v 1.4 2013/08/07 21:32:29 naddy Exp $
COMMENT = socks proxy for use with tor
DISTNAME = torsocks-1.2
REVISION = 0
SHARED_LIBS = torsocks 0.0 # 1.0
CATEGORIES = net
HOMEPAGE = https://code.google.com/p/torsocks
MAINTAINER = Pascal Stumpf <Pascal.Stumpf@cubes.de>
# GPLv2+
PERMIT_PACKAGE_CDROM = Yes
MASTER_SITES = https://torsocks.googlecode.com/files/
RUN_DEPENDS = net/tor
FAKE_FLAGS = CONFDIR=${PREFIX}/share/examples/torsocks
CONFIGURE_STYLE = gnu
NO_TEST = Yes
pre-configure:
${SUBST_CMD} ${WRKSRC}/src/torsocks.in
.include <bsd.port.mk>