31 lines
625 B
Makefile
31 lines
625 B
Makefile
# $OpenBSD: Makefile,v 1.6 2010/11/19 22:31:35 espie Exp $
|
|
|
|
COMMENT = IP-Transparent Tor Hidden Service Connector
|
|
|
|
V = 0.2.1
|
|
DISTNAME = onioncat-$V
|
|
CATEGORIES = net
|
|
|
|
HOMEPAGE = http://www.abenteuerland.at/onioncat/
|
|
|
|
MAINTAINER= Paul Irofti <pirofti@openbsd.org>
|
|
|
|
# GPLv3
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
WANTLIB = c pthread
|
|
|
|
MASTER_SITES = http://www.cypherpunk.at/ocat/download/Source/$V/
|
|
|
|
RUN_DEPENDS = net/tor
|
|
|
|
SEPARATE_BUILD = simple
|
|
CONFIGURE_STYLE = simple
|
|
CONFIGURE_ARGS += --mandir=${PREFIX}/man
|
|
USE_GROFF = Yes
|
|
|
|
.include <bsd.port.mk>
|