# $Id: Portfile 30256 2007-10-23 02:26:16Z jmpp@macports.org $

PortSystem 1.0

name            sgrep2
version         1.94a
categories      textproc
platforms       darwin
maintainers     nomaintainer
description     structured grep is a tool for searching SGML, XML and   \
                HTML files
long_description \
    sgrep (structured grep) is a tool for searching and indexing text,  \
    SGML, XML and HTML files and filtering text streams using structural\
    criteria.

homepage        http://www.cs.helsinki.fi/u/jjaakkol/sgrep.html
master_sites    http://fresh.t-systems-sfr.com/unix/src/misc freebsd
distname        sgrep-${version}
checksums       md5 8cdd044602061b0ecd3e610fde655a3f

configure.args  --program-suffix=2 \
                --mandir=${prefix}/share/man

test.run        yes
test.target     check
