aboutsummaryrefslogblamecommitdiff
path: root/www/httptunnel/Makefile
blob: f1e198ff11677fa4255c848ab7828d8ce1f60a90 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                  
                                     
                                                        



           
                          
                   
                 
                   



                                                          
                                 
                                                                           


                       


                              


                           


                                                                        

                      
# New ports collection makefile for:    httptunnel
# Date created:         March 20 2000
# Whom:                 Brian Somers <brian@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	httptunnel
PORTVERSION=	3.3
PORTREVISION=	1
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

HAS_CONFIGURE=	yes
CONFIGURE_ARGS=	--quiet
.if defined(ENABLE_DEBUG)
CONFIGURE_ARGS+=--enable-debug
.endif
MAN1=		hts.1 htc.1

post-install:
	${SED} -e 's,%%PREFIX%%,${PREFIX},g' ${FILESDIR}/httptunnel.sh \
		>${PREFIX}/etc/rc.d/httptunnel.sh
	${CHMOD} 755 ${PREFIX}/etc/rc.d/httptunnel.sh

.include <bsd.port.mk>