Portfile

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

PortSystem 1.0
name gtime
version 1.7
revision 1
categories sysutils
maintainers nomaintainer@macports.org
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/
platforms darwin
master_sites gnu:time
distname time-${version}
checksums md5 e38d2b8b34b1ca259cf7b053caac32b3

configure.args --program-prefix=g

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