Edit

IABSD.fr/ports/net/liboauth/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.

  • net/liboauth/Makefile
  • COMMENT=		library implementing the OAuth Core RFC 5849 standard
    
    DISTNAME=		liboauth-1.0.3
    SHARED_LIBS +=  oauth                8.4      # 8.7
    CATEGORIES=		net
    REVISION=		0
    
    HOMEPAGE=		https://liboauth.sourceforge.net/
    
    # MIT or GPLv2+
    PERMIT_PACKAGE=	Yes
    
    WANTLIB += curl nss3
    
    SITES=			${SITE_SOURCEFORGE:=liboauth/}
    
    LIB_DEPENDS=		net/curl \
    			security/nss
    
    CONFIGURE_STYLE=	gnu
    CONFIGURE_ARGS+=	--enable-nss
    CONFIGURE_ENV=		ac_cv_path_DOT="" \
    			ac_cv_path_DOXYGEN=""
    
    .include <bsd.port.mk>