Portfile

# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $

PortSystem 1.0

name agree
version 0.1
categories textproc amusements
platforms darwin freebsd
maintainers nomaintainer@macports.org
description command line tool that agrees on any opinion
long_description ${description}
homepage http://www.fstab.de/agree.html
master_sites http://www.fstab.de/agree/
checksums md5 5432fc6eda7e283d1bae38c15b64f749
use_configure no
build {}
destroot {
xinstall ${worksrcpath}/fuck ${destroot}${prefix}/bin
}