23 lines
463 B
Makefile
Raw Normal View History

2003-04-10 18:08:56 +00:00
# $OpenBSD: Makefile,v 1.15 2003/04/10 18:08:57 jsyn Exp $
2003-04-10 18:08:56 +00:00
COMMENT= "HTTP tunneling utility"
1999-06-14 20:56:04 +00:00
2002-12-30 12:34:06 +00:00
DISTNAME= httptunnel-3.3
CATEGORIES= net
2002-12-30 12:34:06 +00:00
MASTER_SITES= ${MASTER_SITE_GNU:=httptunnel/}
1999-06-14 20:56:04 +00:00
HOMEPAGE= http://www.nocrew.org/software/httptunnel/
1999-06-14 20:56:04 +00:00
2000-10-04 21:53:59 +00:00
MAINTAINER= Jakob Schlyter <jakob@openbsd.org>
1999-06-14 20:56:04 +00:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2000-02-12 08:02:07 +00:00
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE= gnu
1999-06-14 20:56:04 +00:00
.include <bsd.port.mk>