mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
2e53a3e889
Defeat stupid proxies that don't recognise no-cache Update configure.in (again) Fix some typos and other cosmetic stuff Integrate all port patches back into the main source archive
29 lines
669 B
Makefile
29 lines
669 B
Makefile
# New ports collection makefile for: httptunnel
|
|
# Date created: March 20 2000
|
|
# Whom: Brian Somers <brian@Awfulhak.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= httptunnel
|
|
PORTVERSION= 3.1
|
|
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:
|
|
[ -f ${PREFIX}/etc/rc.d/httptunnel.sh ] || \
|
|
${INSTALL_SCRIPT} ${FILESDIR}/httptunnel.sh ${PREFIX}/etc/rc.d/.
|
|
|
|
.include <bsd.port.mk>
|