Portfile

# $Id: Portfile 20466 2006-11-03 15:22:34Z blair@macports.org $

PortSystem 1.0

name cronolog-devel
version 1.7.0-beta
categories sysutils
platforms darwin
maintainers jberry@macports.org openmaintainer@macports.org
description cronolog is a web log rotation program
long_description cronolog is a simple filter program that reads log file \
entries from standard input and writes each entry to the \
output file specified by a filename template and the current \
date and time. When the expanded filename changes, the \
current file is closed and a new one opened. \
This development release of 1.7 adds patches to support \
helper programs that can process a log after it is rolled. \
Run cronolog with no options for help.

homepage http://cronolog.org/
master_sites ${homepage}/patches/

platform darwin {
# Work around a linuxism in the code
configure.env CFLAGS=-DO_LARGEFILE=0
}

distname cronolog-${version}
worksrcdir cronolog-1.7.0
checksums md5 4a53cc3d44984b292f33b73da365cd3e

configure.args --mandir=${prefix}/share/man \
--infodir=${prefix}/share/info