aboutsummaryrefslogtreecommitdiff
path: root/www/httptunnel/Makefile
blob: 2e2bafb371522463aee51f0df933e88bc4eb1ce6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# New ports collection makefile for:    httptunnel
# Version required:     3.0
# Date created:         March 20 2000
# Whom:                 Brian Somers <brian@Awfulhak.org>
#
# $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 <bsd.port.mk>