pkgsrc/sysutils/noice/Makefile
leot 07c10a79a4 Import noice-0.6 as sysutils/noice
noice is a small curses-based file browser.

It was first developed to be used with a TV remote control for a media
center solution.

Originally packaged in pkgsrc-wip by myself.
2017-09-04 09:29:13 +00:00

16 lines
423 B
Makefile

# $NetBSD: Makefile,v 1.1 2017/09/04 09:29:13 leot Exp $
DISTNAME= noice-0.6
CATEGORIES= sysutils
MASTER_SITES= https://dl.2f30.org/releases/
MAINTAINER= leot@NetBSD.org
HOMEPAGE= https://git.2f30.org/noice/
COMMENT= Small curses-based file browser
LICENSE= 2-clause-bsd
MAKE_FLAGS+= PREFIX=${PREFIX}
MAKE_FLAGS+= MANPREFIX=${PREFIX}/${PKGMANDIR}
.include "../../mk/curses.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"