# $Id: Portfile,v 1.3 2005/10/20 19:54:39 mww Exp $

PortSystem 1.0
name                    rlwrap
version                	0.24
categories              sysutils
maintainers             lomion@mac.com
description				rlwrap is a readline wrapper.
long_description		rlwrap is a 'readline wrapper' that uses the  GNU \
						readline library to allow the editing of keyboard input\
						 for any other command. 
homepage                http://utopia.knoware.nl/~hlub/uck/rlwrap/
platforms               darwin
master_sites            ${homepage}
checksums              md5 6622603f949e7948a24fd55f2af09323
depends_lib            port:readline


configure.env      		CPPFLAGS=-I${prefix}/include LDFLAGS=-L${prefix}/lib
configure.args			--mandir=${prefix}/share/man
