Edit

IABSD.fr/ports/www/tinyproxy/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2026-03-09 12:03:47
    Hash : 30023b64
    Message : update to tinyproxy-1.11.3 no longer needs asciidoc to build

  • www/tinyproxy/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>