mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
a34bba2839
catch one MASTER_SITES0 that wasn't actually in use
24 lines
399 B
Makefile
24 lines
399 B
Makefile
COMMENT = IP-Transparent Tor/I2P Hidden Service Connector
|
|
|
|
V = 0.3.9
|
|
DISTNAME = onioncat-$V
|
|
CATEGORIES = net
|
|
|
|
HOMEPAGE = https://www.onioncat.org/
|
|
|
|
MAINTAINER= Paul Irofti <paul@irofti.net>
|
|
|
|
# GPLv3
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB = c pthread
|
|
|
|
SITES = https://www.cypherpunk.at/ocat/download/Source/${V:R}/
|
|
|
|
RUN_DEPENDS = net/tor
|
|
|
|
SEPARATE_BUILD = Yes
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
.include <bsd.port.mk>
|