1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/www/httptunnel/Makefile
Brian Somers e697ee667e Upgrade to 3.2 (no functional changes)
Set $HTS and $HTC in etc/rc.d/httptunnel.sh
Allow HTCPROXYAUTH to specify a file name
2000-08-31 20:30:55 +00:00

30 lines
705 B
Makefile

# New ports collection makefile for: httptunnel
# Date created: March 20 2000
# Whom: Brian Somers <brian@Awfulhak.org>
#
# $FreeBSD$
#
PORTNAME= httptunnel
PORTVERSION= 3.2
CATEGORIES= www
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
.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>