18 lines
286 B
Makefile
18 lines
286 B
Makefile
COMMENT= HTTP tunneling utility
|
|
|
|
DISTNAME= httptunnel-3.3
|
|
CATEGORIES= net
|
|
REVISION= 0
|
|
|
|
MASTER_SITES= ${MASTER_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>
|