bc06951b20
- fix segfault - fix man page dir - PLIST change
27 lines
556 B
Makefile
27 lines
556 B
Makefile
# $OpenBSD: Makefile,v 1.2 2009/03/31 13:59:22 pirofti Exp $
|
|
|
|
COMMENT = IP-Transparent Tor Hidden Service Connector
|
|
|
|
DISTNAME = onioncat-0.1.12.r493
|
|
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 = ${HOMEPAGE}download/
|
|
|
|
SEPARATE_BUILD = simple
|
|
CONFIGURE_STYLE = simple
|
|
CONFIGURE_ARGS += --mandir=${PREFIX}/man
|
|
|
|
.include <bsd.port.mk>
|