# $Id: Portfile 49515 2009-04-11 12:53:03Z phw@macports.org $

PortSystem 1.0

name			agree
version			0.3
categories		textproc amusements
platforms		darwin freebsd
maintainers		nomaintainer
description		command line tool that agrees on any opinion
long_description	${description}
homepage		http://code.google.com/p/agree
master_sites		googlecode
checksums           md5     d6414c2fbcd9a83c7553d8ae4cc47054 \
                    sha1    ab280078c5ae05407537a483347616a54ba391ed \
                    rmd160  0b7b4eded36f3c1eb42afcf66b84df9c0345fd08


use_bzip2		yes
use_configure	no
destroot {
	xinstall ${worksrcpath}/fuck ${destroot}${prefix}/bin
}
