2018-05-26 21:41:21 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.12 2018/05/26 21:41:21 solene Exp $
|
2008-12-30 13:56:39 +00:00
|
|
|
|
|
|
|
COMMENT = IP-Transparent Tor Hidden Service Connector
|
|
|
|
|
2010-10-29 09:54:50 +00:00
|
|
|
V = 0.2.1
|
|
|
|
DISTNAME = onioncat-$V
|
2018-05-26 21:41:21 +00:00
|
|
|
REVISION = 1
|
2008-12-30 13:56:39 +00:00
|
|
|
CATEGORIES = net
|
|
|
|
|
2018-05-26 21:41:21 +00:00
|
|
|
HOMEPAGE = https://www.cypherpunk.at/onioncat_trac/
|
2008-12-30 13:56:39 +00:00
|
|
|
|
|
|
|
MAINTAINER= Paul Irofti <pirofti@openbsd.org>
|
|
|
|
|
|
|
|
# GPLv3
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
|
|
|
|
WANTLIB = c pthread
|
|
|
|
|
2010-10-29 09:54:50 +00:00
|
|
|
MASTER_SITES = http://www.cypherpunk.at/ocat/download/Source/$V/
|
2010-10-25 17:37:52 +00:00
|
|
|
|
2010-11-19 22:31:32 +00:00
|
|
|
RUN_DEPENDS = net/tor
|
2008-12-30 13:56:39 +00:00
|
|
|
|
2012-03-29 13:38:12 +00:00
|
|
|
SEPARATE_BUILD = Yes
|
2008-12-30 13:56:39 +00:00
|
|
|
CONFIGURE_STYLE = simple
|
2009-03-31 13:59:22 +00:00
|
|
|
CONFIGURE_ARGS += --mandir=${PREFIX}/man
|
2014-11-02 18:41:00 +00:00
|
|
|
# Do not pick up gawk or mawk
|
|
|
|
CONFIGURE_ENV = AWK=awk
|
2008-12-30 13:56:39 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|