# $Id: Portfile,v 1.4 2004/04/27 18:36:11 matt Exp $

PortSystem 1.0
name		glark
version		1.6.5
revision	1
platforms	darwin
categories	textproc
maintainers     mich@freebsdcluster.org
description	Search text files for complex regular expressions
long_description	A replacement for (or supplement to) the grep family, glark \
			offers: Perl/Ruby regular expressions, highlighting of matches, \
			complex expressions (``and'' and ``or''), and automatic exclusion \
			of non-text files.
homepage	http://glark.sourceforge.net
master_sites    sourceforge
checksums	md5 5c1fb2980bfe8f1f24f3ae76fe2fcb00
use_configure	no
destroot {	system "cd ${worksrcpath} && \
			install ${name} ${destroot}${prefix}/bin && \
			install ${name}.1 ${destroot}${prefix}/share/man/man1" }
