2f5a852791
Iselect is a curses based interactive selection tool. It can be used either as an user interface frontend controlled by a Bourne-Shell/Perl/Tcl backend as its wrapper or in batch mode as a pipeline filter (usually between grep and the final executing command).
13 lines
325 B
Makefile
13 lines
325 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2001/02/14 11:44:22 jtb Exp $
|
|
|
|
DISTNAME= iselect-1.2.0
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://www.engelschall.com/sw/iselect/distrib/
|
|
|
|
MAINTAINER= jtb@netbsd.org
|
|
HOMEPAGE= http://www.engelschall.com/sw/iselect/
|
|
|
|
GNU_CONFIGURE= #defined
|
|
USE_CURSES= #defined
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|