openbsd-ports/net/httptunnel/Makefile

25 lines
490 B
Makefile
Raw Normal View History

2010-10-18 14:36:45 -04:00
# $OpenBSD: Makefile,v 1.18 2010/10/18 18:36:48 espie Exp $
COMMENT= HTTP tunneling utility
1999-06-14 16:56:04 -04:00
2002-12-30 07:34:06 -05:00
DISTNAME= httptunnel-3.3
CATEGORIES= net
2002-12-30 07:34:06 -05:00
MASTER_SITES= ${MASTER_SITE_GNU:=httptunnel/}
1999-06-14 16:56:04 -04:00
HOMEPAGE= http://www.nocrew.org/software/httptunnel/
1999-06-14 16:56:04 -04:00
2000-10-04 17:53:59 -04:00
MAINTAINER= Jakob Schlyter <jakob@openbsd.org>
1999-06-14 16:56:04 -04:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2004-12-15 19:31:20 -05:00
WANTLIB= c
2000-02-12 03:02:07 -05:00
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE= gnu
2010-10-18 14:36:45 -04:00
USE_GROFF = Yes
1999-06-14 16:56:04 -04:00
.include <bsd.port.mk>