If somebody is removed who actually wants maintainer and either didn't receive the mail, or didn't bother to reply to it, they are free to send a diff to reinstate. ok sthen@, jca@
20 lines
346 B
Makefile
20 lines
346 B
Makefile
# $OpenBSD: Makefile,v 1.23 2019/07/17 14:46:33 danj Exp $
|
|
|
|
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>
|