openbsd-ports/net/httptunnel/Makefile
merdely 241b722760 Remove surrounding quotes in COMMENT*/PERMIT_*/BROKEN/ERRORS
Add $OpenBSD$ to p5-SNMP-Info/Makefile (ok kili@, simon@)
2007-09-15 22:36:51 +00:00

24 lines
476 B
Makefile

# $OpenBSD: Makefile,v 1.17 2007/09/15 22:36:53 merdely 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
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>