Files
espie a34bba2839 MASTER_SITES -> SITES
catch one MASTER_SITES0 that wasn't actually in use
2023-09-27 14:17:59 +00:00

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>