mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
30023b64a6
no longer needs asciidoc to build
25 lines
438 B
Makefile
25 lines
438 B
Makefile
COMMENT= lightweight HTTP/SSL proxy
|
|
|
|
V= 1.11.3
|
|
DISTNAME= tinyproxy-$V
|
|
CATEGORIES= www net
|
|
|
|
HOMEPAGE= https://tinyproxy.github.io/
|
|
SITES= https://github.com/tinyproxy/tinyproxy/releases/download/$V/
|
|
|
|
# GPLv2+
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB += c pthread
|
|
|
|
AUTOCONF_VERSION= 2.71
|
|
CONFIGURE_STYLE= autoconf
|
|
|
|
BUILD_DEPENDS= devel/gperf
|
|
SEPARATE_BUILD= Yes
|
|
USE_GMAKE= Yes
|
|
|
|
FAKE_FLAGS= sysconfdir=${PREFIX}/share/examples
|
|
|
|
.include <bsd.port.mk>
|