# -*- 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: Portfile 88924 2012-01-15 04:36:23Z ryandesign@macports.org $

PortSystem          1.0

name                gtime
version             1.7
revision            1
categories          sysutils
platforms           darwin
maintainers         nomaintainer

description         GNU implementation of time(1)

long_description    The 'time' command runs another program, then displays \
                    information about the resources used by that program, \
                    collected by the system while the program was running. \
                    You can select which information is reported and the \
                    format in which it is shown, or have 'time' save the \
                    information in a file instead of displaying it on the \
                    screen.

homepage            http://www.gnu.org/software/time/
master_sites        gnu:time
distname            time-${version}

checksums           md5     e38d2b8b34b1ca259cf7b053caac32b3

patchfiles          patch-time.c.diff

configure.args      --program-prefix=g

destroot.destdir    prefix=${destroot}${prefix} \
                    infodir=${destroot}${prefix}/share/info
