ports/www/tinyproxy/Makefile

24 lines
441 B
Makefile

COMMENT = lightweight HTTP/SSL proxy
V = 1.11.1
DISTNAME = tinyproxy-$V
CATEGORIES = www net
REVISION = 0
HOMEPAGE = https://tinyproxy.github.io/
# GPLv2+
PERMIT_PACKAGE = Yes
WANTLIB += c pthread
BUILD_DEPENDS = textproc/asciidoc
SEPARATE_BUILD = Yes
CONFIGURE_STYLE = gnu
MASTER_SITES = https://github.com/tinyproxy/tinyproxy/releases/download/$V/
FAKE_FLAGS= sysconfdir=${PREFIX}/share/examples
.include <bsd.port.mk>