# -*- 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 111639 2013-09-27 17:09:35Z devans@macports.org $

PortSystem          1.0

name                grok
epoch               1
version             1.20110708.1
categories          sysutils
license             BSD
maintainers         nomaintainer
platforms           darwin

description         Easily parse logs and other files.

long_description    Grok is simple software that allows you to easily parse logs \
                    and other files. You teach grok how to parse data through the \
                    config file. Grok is a system for reacting to events - those events \
                    being log entries.

homepage            http://www.semicomplete.com/projects/grok/

master_sites        http://semicomplete.googlecode.com/files/

checksums           rmd160  99a79d67fbb5c163df58d68ce7b1903e7766c3e6 \
                    sha256  3362857a03115029df76c3a3f0587b2ed1f9977f963bb1bd701e2bf59ad701c8

depends_build       port:bison \
                    port:flex \
                    port:gperf \
                    port:gmake

depends_lib         port:libevent \
                    port:pcre \
                    port:tokyocabinet

use_configure       no

build.cmd           gmake

destroot.args       PREFIX=${prefix} INSTALL_USER=${install.user} INSTALL_GROUP=${install.group}

livecheck.type      none
