# $Id: Portfile 111429 2013-09-21 12:58:05Z jmr@macports.org $ PortSystem 1.0 name libtranslate version 0.99 categories textproc license BSD 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_build port:pkgconfig 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"