Edit

IABSD.fr/ports/net/pen/Makefile

Branch :

  • Show log

    Commit

  • Author : espie
    Date : 2023-09-27 14:17:59
    Hash : a34bba28
    Message : MASTER_SITES -> SITES catch one MASTER_SITES0 that wasn't actually in use

  • net/pen/Makefile
  • COMMENT=		load balancer for simple TCP-based protocols
    
    DISTNAME=		pen-0.34.1
    
    CATEGORIES=		net
    
    HOMEPAGE=		http://siag.nu/pen/
    
    # GPLv2+
    PERMIT_PACKAGE=	Yes
    
    WANTLIB += c crypto ssl
    
    SITES=			http://siag.nu/pub/pen/
    
    CONFIGURE_STYLE=	gnu
    CONFIGURE_ARGS=		--with-docdir=${PREFIX}/share/doc/pen \
    			--without-geoip
    CONFIGURE_ENV=		CPPFLAGS="-I${LOCALBASE}/include" \
    			LDFLAGS="-L${LOCALBASE}/lib"
    
    .include <bsd.port.mk>