15 lines
385 B
Makefile
15 lines
385 B
Makefile
# $NetBSD: Makefile,v 1.3 2004/11/27 00:34:51 wiz 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
|
|
|
|
HAS_CONFIGURE= YES
|
|
CONFIGURE_ARGS+= --prefix=${PREFIX}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|