# $Id: Portfile,v 1.1 2004/04/15 18:26:07 toby Exp $

PortSystem 1.0
name             bool
version          0.2.1
categories       sysutils
maintainers      toby@opendarwin.org
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
