| File: net/httptunnel/Makefile | |
|---|---|
| base-0 | patch-1 |
| Line 1 | Line 1 |
| GARNAME = httptunnel | GARNAME = httptunnel |
| GARVERSION = 3.0.5 | GARVERSION = 3.3 |
| CATEGORIES = net | CATEGORIES = net |
| MASTER_SITES = http://ftp.gnu.org/pub/gnu/httptunnel/ | # for compatibility with mirrors, should be /pub/gnu! MASTER_SITES = http://ftp.gnu.org/gnu/httptunnel/ |
| DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz MAINTAINER = Seth Schoen <schoen@loyalty.org> LICENSE = GPL2 | DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz MAINTAINER = Seth Schoen <schoen@loyalty.org> LICENSE = GPL2 |
| Line 13 | Line 14 |
| so desired. This can be useful for users behind restrictive firewalls. If WWW | 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 | access is allowed through a HTTP proxy, it is possible to use |
| httptunnel and, say, telnet or PPP to connect to a computer outside the firewall. endef | 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 LIBDEPS = devel/glibc DEPENDS = # Builddeps are installed in $(BUILD_PREFIX) in their entirety BUILDDEPS = | |
| CONFIGURE_SCRIPTS = $(WORKSRC)/configure BUILD_SCRIPTS = $(WORKSRC)/Makefile INSTALL_SCRIPTS = $(WORKSRC)/Makefile | CONFIGURE_SCRIPTS = $(WORKSRC)/configure BUILD_SCRIPTS = $(WORKSRC)/Makefile INSTALL_SCRIPTS = $(WORKSRC)/Makefile |