# $Id: Portfile,v 1.1 2004/06/01 16:17:01 mww Exp $

PortSystem 1.0

name		dbacl
version		1.8
categories	textproc
platforms	darwin
maintainers	mww@opendarwin.org
description	dbacl is a digramic Bayesian text classifier
long_description	dbacl is a digramic Bayesian text classifier. Given \
			some text, it calculates the posterior probabilities \
			that the input resembles one of any number of \
			previously learned document collections.

homepage	http://www.lbreyer.com/gpl.html
master_sites	http://www.lbreyer.com/gpl/
checksums	md5 2ac80618bd401e5db7754d89e59fd78a

depends_lib	lib:libreadline:readline

configure.args	--mandir=${prefix}/share/man
configure.env	CFLAGS=-I${prefix}/include \
		LDFLAGS=-L${prefix}/lib
