blob: dac40cfddfc7459fc492a156f541437584ebf9be (
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
28
29
30
31
32
33
|
PORTNAME= httptunnel
PORTVERSION= 3.3
PORTREVISION= 4
CATEGORIES= www
MAINTAINER= portmaster@BSDforge.com
COMMENT= Tunnel a TCP/IP connection through a HTTP/TCP/IP connection
WWW= https://github.com/larsbrinkhoff/httptunnel/
LICENSE= GPLv2
USES= autoreconf
USE_GITHUB= yes
GH_ACCOUNT= larsbrinkhoff
GH_PROJECT= httptunnel
GH_TAGNAME= ebe2583
USE_RC_SUBR= hts htc
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ARGS= --quiet
USERS= httptunnel
GROUPS= httptunnel
PLIST_FILES= bin/hts bin/htc \
share/man/man1/hts.1.gz share/man/man1/htc.1.gz
OPTIONS_DEFINE= DEBUG
DEBUG_CONFIGURE_ENABLE= debug
.include <bsd.port.mk>
|