mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
730c2df189
upstream changed sites, fclose(3) patch got merged, others remain. https://gitlab.torproject.org/tpo/core/torsocks/-/releases
37 lines
671 B
Makefile
37 lines
671 B
Makefile
COMMENT = SOCKS proxy for use with Tor
|
|
|
|
V = 2.4.0
|
|
DISTNAME = torsocks-v${V}
|
|
PKGNAME = ${DISTNAME:S/v//}
|
|
|
|
SHARED_LIBS = torsocks 2.0 # 0.0
|
|
|
|
CATEGORIES = net
|
|
|
|
HOMEPAGE = https://gitlab.torproject.org/tpo/core/torsocks
|
|
|
|
MAINTAINER = Pascal Stumpf <pascal@stumpf.co>
|
|
|
|
# GPLv2+
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB += pthread
|
|
|
|
SITES= https://gitlab.torproject.org/tpo/core/torsocks/-/archive/v${V}/
|
|
|
|
AUTOCONF_VERSION= 2.71
|
|
AUTOMAKE_VERSION= 1.16
|
|
|
|
USE_LIBTOOL = gnu
|
|
|
|
RUN_DEPENDS = net/tor
|
|
|
|
FAKE_FLAGS = CONFDIR=${PREFIX}/share/examples/torsocks
|
|
|
|
CONFIGURE_STYLE = autoreconf autoheader
|
|
|
|
pre-configure:
|
|
${SUBST_CMD} ${WRKSRC}/src/bin/torsocks.in
|
|
|
|
.include <bsd.port.mk>
|