2000-03-21 01:18:06 +00:00
|
|
|
# New ports collection makefile for: httptunnel
|
|
|
|
# Date created: March 20 2000
|
|
|
|
# Whom: Brian Somers <brian@Awfulhak.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-10 00:07:29 +00:00
|
|
|
PORTNAME= httptunnel
|
2000-08-31 20:30:55 +00:00
|
|
|
PORTVERSION= 3.2
|
2000-06-02 03:24:03 +00:00
|
|
|
CATEGORIES= www
|
2000-03-21 01:18:06 +00:00
|
|
|
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
|
2000-04-14 14:44:20 +00:00
|
|
|
.if defined(ENABLE_DEBUG)
|
|
|
|
CONFIGURE_ARGS+=--enable-debug
|
|
|
|
.endif
|
2000-03-21 01:18:06 +00:00
|
|
|
MAN1= hts.1 htc.1
|
|
|
|
|
|
|
|
post-install:
|
2000-08-31 20:30:55 +00:00
|
|
|
${SED} -e 's,%%PREFIX%%,${PREFIX},g' ${FILESDIR}/httptunnel.sh \
|
|
|
|
>${PREFIX}/etc/rc.d/httptunnel.sh
|
|
|
|
${CHMOD} 755 ${PREFIX}/etc/rc.d/httptunnel.sh
|
2000-03-21 01:18:06 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|