# $Id: Portfile,v 1.2 2005/04/18 12:45:19 toby Exp $

PortSystem 1.0

name			unsort
version			0.5
categories		textproc
platforms		darwin
maintainers		mww@opendarwin.org
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
}
