22 lines
405 B
Makefile
22 lines
405 B
Makefile
# $OpenBSD: Makefile,v 1.20 2013/03/11 11:35:47 espie Exp $
|
|
|
|
COMMENT= HTTP tunneling utility
|
|
|
|
DISTNAME= httptunnel-3.3
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=httptunnel/}
|
|
|
|
HOMEPAGE= http://www.nocrew.org/software/httptunnel/
|
|
|
|
MAINTAINER= Jakob Schlyter <jakob@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
WANTLIB= c
|
|
|
|
SEPARATE_BUILD= Yes
|
|
CONFIGURE_STYLE= gnu
|
|
USE_GROFF = Yes
|
|
|
|
.include <bsd.port.mk>
|