| File: net/httptunnel/Makefile | |
|---|---|
| base-0 | patch-1 |
| Line 8 | Line 8 |
| DESCRIPTION = tunnel connections through HTTP define BLURB | DESCRIPTION = tunnel connections through HTTP define BLURB |
| Enter a longer description here. You can use multiple lines if you want. | httptunnel creates a bidirectional virtual data connection tunnelled in HTTP requests. The HTTP requests can be sent via an HTTP proxy if so desired. This can be useful for users behind restrictive firewalls. If WWW access is allowed through a HTTP proxy, it's possible to use httptunnel and, say, telnet or PPP to connect to a computer outside the firewall. |
| endef # Dependencies are of the form categorydir/packagedir # LIBDEPS are for libraries, and DEPENDS are for everything else | endef # Dependencies are of the form categorydir/packagedir # LIBDEPS are for libraries, and DEPENDS are for everything else |
| LIBDEPS = | LIBDEPS = devel/glibc |
| DEPENDS = # Builddeps are installed in $(BUILD_PREFIX) in their entirety BUILDDEPS = | DEPENDS = # Builddeps are installed in $(BUILD_PREFIX) in their entirety BUILDDEPS = |