Edit

IABSD.fr/ports/news/yencode/Makefile

Branch :

  • Show log

    Commit

  • Author : espie
    Date : 2023-09-27 14:21:12
    Hash : 28f4cb89
    Message : MASTER_SITES -> SITES

  • news/yencode/Makefile
  • COMMENT=	encoder/decoder tool for the Usenet yEnc encoding format
    
    DISTNAME=	yencode-0.46
    REVISION=	3
    CATEGORIES=	news
    
    SITES=		${SITE_SOURCEFORGE:=yencode/}
    
    LIB_DEPENDS=	devel/gettext,-runtime
    
    WANTLIB=	c iconv intl
    
    # GPL
    PERMIT_PACKAGE=	Yes
    
    CONFIGURE_STYLE=	gnu
    CONFIGURE_ARGS=	--with-libiconv-prefix="${LOCALBASE}"
    CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
    		LDFLAGS="-L${LOCALBASE}/lib"
    
    NO_TEST=	Yes
    
    .include <bsd.port.mk>