579e977969
CONFIGURE_ARGS.
15 lines
390 B
Makefile
15 lines
390 B
Makefile
# $NetBSD: Makefile,v 1.4 2005/12/05 23:55:13 rillig 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:Q}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|