summaryrefslogtreecommitdiff
path: root/net/httptunnel/Makefile
blob: 4ddec8a72d63bf2a97ce6978d3106577d3a02d98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $NetBSD: Makefile,v 1.5 2008/07/14 12:56:10 joerg Exp $
#

DISTNAME=	httptunnel-3.0.5
CATEGORIES=	net
MASTER_SITES=	ftp://ftp.nocrew.org/pub/nocrew/unix/

MAINTAINER=	manu@NetBSD.org
HOMEPAGE=	http://www.nocrew.org/software/httptunnel.html
COMMENT=	Encapsulate TCP/IP connections in HTTP requests

PKG_DESTDIR_SUPPORT=	user-destdir

HAS_CONFIGURE=	YES
CONFIGURE_ARGS+=	--prefix=${PREFIX:Q}

.include "../../mk/bsd.pkg.mk"