# $Id: Portfile 74197 2010-12-07 03:59:33Z ryandesign@macports.org $

PortSystem 1.0

name		libots
version		0.5.0
description	Open Text Summarizer
long_description	OTS is both a library and a command line tool. \
Word processors such as AbiWord and KWord can link \
to the library and summarize documents while the \
command line tool lets you summarize text on the \
console. The program can either print the summarized \
text as text or HTML. If HTML, the important sentences \
are highlighted. The program is multi lingual and \
works with UTF-8 encoding. 

maintainers	gmail.com:cedstrom
categories	textproc
platforms	darwin
homepage	http://libots.sourceforge.net/
master_sites	sourceforge
distname	ots-${version}
checksums	md5     1e140a4bf9d720b4339a5c2bdf4976e8 \
		sha1    4468bc06470734848c2369a37c84f76ca4ac3f9a \
		rmd160  e413267fc81ab9bf3da5f3787757ce20c7e0304e

depends_build	port:pkgconfig
depends_lib		path:lib/pkgconfig/glib-2.0.pc:glib2 port:libxml2 port:popt

pre-configure {
    touch ${worksrcpath}/gtk-doc.make
}
use_autoreconf	yes
use_parallel_build	no
