# $Id: Portfile 30256 2007-10-23 02:26:16Z jmpp@macports.org $

PortSystem 1.0

name			unsort
version			0.5
categories		textproc
platforms		darwin
maintainers		nomaintainer
description		randomize the lines from a textfile
long_description	${description}

homepage		http://www.vanheusden.com/unsort/
master_sites	${homepage}
extract.suffix	.tgz
checksums		md5 7e0002f391288756536a890ad8f05292
patchfiles		patch-Makefile

configure	{
	reinplace "s|__PREFIX__|${prefix}|g" ${worksrcpath}/Makefile
}
