aboutsummaryrefslogtreecommitdiff
path: root/www/httptunnel/Makefile
blob: a05168a13394976e993926c18d24175b232585a0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Created by: Brian Somers <brian@FreeBSD.org>

PORTNAME=	httptunnel
PORTVERSION=	3.3
PORTREVISION=	3
CATEGORIES=	www
MASTER_SITES=	http://www.Awfulhak.org/httptunnel/ \
		ftp://ftp.nocrew.org/pub/nocrew/unix/ \
		http://www.nocrew.org/software/httptunnel/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Tunnel a TCP/IP connection through a HTTP/TCP/IP connection

OPTIONS_DEFINE=	DEBUG

GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--quiet
DEBUG_CONFIGURE_ENABLE=	debug

USE_RC_SUBR=	hts htc
USERS=		httptunnel
GROUPS=		httptunnel

PLIST_FILES=	bin/hts bin/htc \
		man/man1/hts.1.gz man/man1/htc.1.gz

.include <bsd.port.mk>