1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-23 20:51:43 +00:00
freebsd-ports/misc/iselect/Makefile
Ralf S. Engelschall 41ebeb122f Import of iSelect, Version 1.0.4
iSelect is an interactive line selection tool for ASCII files, operating
via a full-screen Curses-based terminal session. It can be used either as
an user interface frontend controlled by a Bourne-Shell/Perl/Tcl backend
as its control script or in batch mode as a pipeline filter (usually
between grep and the final executing command).

The homepage of iSelect can be found on
http://www.engelschall.com/sw/iselect/

Submitted by:	Ralf S. Engelschall
Obtained from:	Ralf S. Engelschall
1998-01-03 12:04:58 +00:00

22 lines
460 B
Makefile

# New ports collection makefile for: iselect
# Version required: 1.0.4
# Date created: 03-Jan-1998
# Whom: Ralf S. Engelschall <rse@engelschall.com>
#
# $Id$
#
DISTNAME= iselect-1.0.4
CATEGORIES= misc
MASTER_SITES= http://www.engelschall.com/sw/iselect/distrib/ \
ftp://ftp.engelschall.com/sw/iselect/ \
ftp://ftp.hyperreal.org/software/engelschall/iselect/
MAINTAINER= rse@engelschall.com
HAS_CONFIGURE= yes
MAN1= iselect.1
.include <bsd.port.mk>