freebsd-ports/textproc/rl/Makefile
Pav Lucistnik 7b16658540 Add rl, a command-line tool that reads lines from an input file or stdin,
randomizes the lines and outputs a specified number of lines. It does
this with only a single pass over the input while trying to use as little
memory as possible.

PR:		ports/68182
Submitted by:	David Sze <dsze@alumni.uwaterloo.ca>
2004-06-22 20:19:51 +00:00

21 lines
411 B
Makefile

# New ports collection makefile for: rl
# Date created: 21 June 2004
# Whom: David Sze <dsze@alumni.uwaterloo.ca>
#
# $FreeBSD$
#
PORTNAME= rl
PORTVERSION= 0.2.2
CATEGORIES= textproc
MASTER_SITES= http://tiefighter.et.tudelft.nl/~arthur/rl/
MAINTAINER= ports@FreeBSD.org
COMMENT= Randomizes lines from a specified input file
GNU_CONFIGURE= yes
MAN1= rl.1
PLIST_FILES= bin/rl
.include <bsd.port.mk>