# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$

PortSystem          1.0

name                backward
version             0.1
categories          textproc amusements
platforms           darwin freebsd
maintainers         nomaintainer

description         command line tool that reverses lineorder of stdin or any given file(s)
long_description    ${description}

homepage            http://code.google.com/p/backward/
master_sites        googlecode
use_bzip2           yes

checksums           md5     355c8e23157b4248e9de241393addb1f \
                    sha1    2e5a3de3ad7f0070f81ffd122c275b9729833ddc \
                    rmd160  072240b32ea1b485108a4bf422dcbdcb94eeb6ef

use_configure       no

build               {}

destroot {
    xinstall ${worksrcpath}/backward ${destroot}${prefix}/bin
}