c34a39b64c
Changes: 1.0 (2018-09-23) ---------------- Features: - Support UTF-8 - Support readline-like editing - Quit on Esc - Redraw on terminal resize - Bracketed paste escapes are ignored Performance: - Initialize tty interface before reading stdin
19 lines
429 B
Makefile
19 lines
429 B
Makefile
# $NetBSD: Makefile,v 1.4 2018/09/24 13:59:56 leot Exp $
|
|
|
|
DISTNAME= fzy-1.0
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=jhawthorn/}
|
|
|
|
MAINTAINER= leot@NetBSD.org
|
|
HOMEPAGE= https://github.com/jhawthorn/fzy
|
|
COMMENT= Fuzzy text selector for the terminal
|
|
LICENSE= mit
|
|
|
|
USE_TOOLS+= gmake
|
|
|
|
MAKE_ENV+= MANDIR="${PREFIX}/${PKGMANDIR}"
|
|
|
|
USE_LANGUAGES= c99
|
|
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|