# $Id: Portfile 30254 2007-10-23 02:22:51Z jmpp@macports.org $

PortSystem 1.0
name            bool
version         0.2.1
categories      sysutils
maintainers     nomaintainer
description     find files that match a boolean expression
long_description \
    GNU Bool is a utility for finding files that match a boolean        \
    expression. The boolean operators supported are AND, OR and NOT.    \
    Also supported is the NEAR operator for locating two expressions    \
    within a short distance from each other.

homepage        http://www.gnu.org/software/bool/
platforms       darwin
master_sites    gnu
checksums       md5 5e6eb8893121524b6a1146034ff1f9aa

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

test.run        yes
test.target     check
