# $Id: Portfile 41808 2008-11-10 23:41:44Z ryandesign@macports.org $

PortSystem 1.0

name			libtranslate
version			0.99
categories		textproc
platforms		darwin
maintainers		nomaintainer
description		A natural language translation library
long_description	libtranslate is a library for translating text and web \
				pages between natural languages. Its modular infrastructure \
				allows to implement new translation services separately from \
				the core library. libtranslate is shipped with a generic \
				module supporting web-based translation services such as Babel \
				Fish, Google Language Tools and SYSTRAN. Moreover, the generic \
				module allows to add new services simply by adding a few lines \
				to a XML file. The libtranslate distribution includes a \
				powerful command line interface (see translate(1)).

homepage		http://www.nongnu.org/libtranslate/
master_sites	http://download.savannah.nongnu.org/releases/libtranslate/
checksums		md5 1fe75a6a6e8a0c6518890b5fa6984d42

depends_lib		port:gettext path:lib/pkgconfig/glib-2.0.pc:glib2 port:libiconv port:intltool

configure.args	--mandir=${prefix}/share/man
configure.cflags-append	"-I${prefix}/include"

