Portfile

# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $

PortSystem 1.0

name dbacl
version 1.8
categories textproc
platforms darwin
maintainers nomaintainer@macports.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