17 lines
273 B
Makefile
17 lines
273 B
Makefile
COMMENT= HTTP tunneling utility
|
|
|
|
DISTNAME= httptunnel-3.3
|
|
CATEGORIES= net
|
|
REVISION= 0
|
|
|
|
SITES= ${SITE_GNU:=httptunnel/}
|
|
|
|
HOMEPAGE= http://www.nocrew.org/software/httptunnel/
|
|
|
|
PERMIT_PACKAGE= Yes
|
|
WANTLIB= c
|
|
|
|
SEPARATE_BUILD= Yes
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|