openbsd-ports/net/onioncat/Makefile
2013-03-11 11:35:43 +00:00

29 lines
552 B
Makefile

# $OpenBSD: Makefile,v 1.9 2013/03/11 11:35:50 espie Exp $
COMMENT = IP-Transparent Tor Hidden Service Connector
V = 0.2.1
DISTNAME = onioncat-$V
REVISION = 0
CATEGORIES = net
HOMEPAGE = http://www.abenteuerland.at/onioncat/
MAINTAINER= Paul Irofti <pirofti@openbsd.org>
# GPLv3
PERMIT_PACKAGE_CDROM = Yes
WANTLIB = c pthread
MASTER_SITES = http://www.cypherpunk.at/ocat/download/Source/$V/
RUN_DEPENDS = net/tor
SEPARATE_BUILD = Yes
CONFIGURE_STYLE = simple
CONFIGURE_ARGS += --mandir=${PREFIX}/man
USE_GROFF = Yes
.include <bsd.port.mk>