From 71ab0b0f58ecae26f7e013bea35692ebfdcaa852 Mon Sep 17 00:00:00 2001 From: Brian Somers Date: Tue, 21 Mar 2000 01:18:06 +0000 Subject: An implementation of TCP/IP over HTTP with local modifications to allow binding the server to a single IP number. --- www/httptunnel/Makefile | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 www/httptunnel/Makefile (limited to 'www/httptunnel/Makefile') diff --git a/www/httptunnel/Makefile b/www/httptunnel/Makefile new file mode 100644 index 000000000000..2e2bafb37152 --- /dev/null +++ b/www/httptunnel/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: httptunnel +# Version required: 3.0 +# Date created: March 20 2000 +# Whom: Brian Somers +# +# $FreeBSD$ +# + +DISTNAME= httptunnel-3.0 +CATEGORIES= net +MASTER_SITES= http://www.Awfulhak.org/httptunnel/ \ + ftp://ftp.nocrew.org/pub/nocrew/unix/ \ + http://www.nocrew.org/software/httptunnel/ + +MAINTAINER= brian@Awfulhak.org + +HAS_CONFIGURE= yes +CONFIGURE_ARGS= --quiet +MAN1= hts.1 htc.1 + +post-install: + [ -f ${PREFIX}/etc/rc.d/httptunnel.sh ] || \ + ${INSTALL_SCRIPT} ${FILESDIR}/httptunnel.sh ${PREFIX}/etc/rc.d/. + +.include -- cgit v1.2.3