15 lines
401 B
Makefile
15 lines
401 B
Makefile
# $NetBSD: Makefile,v 1.8 2012/10/23 17:18:27 asau Exp $
|
|
#
|
|
|
|
DISTNAME= httptunnel-3.0.5
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.nocrew.org/software/httptunnel/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.nocrew.org/software/httptunnel.html
|
|
COMMENT= Encapsulate TCP/IP connections in HTTP requests
|
|
|
|
HAS_CONFIGURE= YES
|
|
CONFIGURE_ARGS+= --prefix=${PREFIX:Q}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|