Edit

IABSD.fr/ports/textproc/fzy/Makefile

Branch :

  • Show log

    Commit

  • Author : espie
    Date : 2023-09-27 18:08:55
    Hash : e81d6c04
    Message : MASTER_SITES -> SITES

  • textproc/fzy/Makefile
  • COMMENT =	fuzzy text selector for the terminal
    
    V =		1.0
    DISTNAME =	fzy-$V
    REVISION =	1
    
    CATEGORIES =	textproc
    
    HOMEPAGE =	https://github.com/jhawthorn/fzy
    
    # MIT
    PERMIT_PACKAGE =	Yes
    
    WANTLIB +=	c pthread
    
    SITES =		https://github.com/jhawthorn/fzy/releases/download/$V/
    
    MAKE_ENV =	CC=${CC} BINDIR="${PREFIX}/bin" MANDIR="${PREFIX}/man"
    
    USE_GMAKE =	Yes
    
    .include <bsd.port.mk>