2010-10-29 05:54:50 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.5 2010/10/29 09:54:50 jasper Exp $
|
2008-12-30 08:56:39 -05:00
|
|
|
|
|
|
|
COMMENT = IP-Transparent Tor Hidden Service Connector
|
|
|
|
|
2010-10-29 05:54:50 -04:00
|
|
|
V = 0.2.1
|
|
|
|
DISTNAME = onioncat-$V
|
2008-12-30 08:56:39 -05:00
|
|
|
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
|
|
|
|
|
2010-10-29 05:54:50 -04:00
|
|
|
MASTER_SITES = http://www.cypherpunk.at/ocat/download/Source/$V/
|
2010-10-25 13:37:52 -04:00
|
|
|
|
|
|
|
RUN_DEPENDS = ::net/tor
|
2008-12-30 08:56:39 -05:00
|
|
|
|
|
|
|
SEPARATE_BUILD = simple
|
|
|
|
CONFIGURE_STYLE = simple
|
2009-03-31 09:59:22 -04:00
|
|
|
CONFIGURE_ARGS += --mandir=${PREFIX}/man
|
2010-10-18 14:36:45 -04:00
|
|
|
USE_GROFF = Yes
|
2008-12-30 08:56:39 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|