Edit

IABSD.fr/ports/www/cntlm/Makefile

Branch :

  • Show log

    Commit

  • Author : naddy
    Date : 2023-11-07 14:19:05
    Hash : 4e66d499
    Message : http://*sourceforge.net now redirect to https Update SITES, HOMEPAGE, and comments.

  • www/cntlm/Makefile
  • COMMENT =		fast NTLM/NTLMv2 authenticating HTTP proxy
    DISTNAME =		cntlm-0.93beta5
    REVISION =		7
    CATEGORIES =		www
    HOMEPAGE =		https://cntlm.sourceforge.net/
    
    # GPLv2+
    PERMIT_PACKAGE =	Yes
    
    WANTLIB =		c pthread
    
    SITES =			http://distfiles.gentoo.org/distfiles/
    
    MAKE_FLAGS =		CC="${CC}" SYSCONFDIR="${SYSCONFDIR}/cntlm"
    
    CONFIGURE_STYLE =	simple
    ALL_TARGET =		cntlm
    USE_GMAKE =		Yes
    
    NO_TEST =		Yes
    
    do-install:
    	${INSTALL_DATA_DIR} ${PREFIX}/share/examples/cntlm
    	${INSTALL_PROGRAM} ${WRKBUILD}/cntlm ${PREFIX}/sbin/
    	${INSTALL_MAN} ${WRKSRC}/doc/cntlm.1 ${PREFIX}/man/man1/
    	${INSTALL_DATA} ${WRKSRC}/doc/cntlm.conf ${PREFIX}/share/examples/cntlm/
    
    .include <bsd.port.mk>