# $Id: Portfile,v 1.15 2006/06/12 12:04:42 rhwood Exp $
PortSystem 1.0
name		intltool
version		0.35.0
description	a string tool
long_description       	The intltool collection can be used to do these \
			things: \
 			Extract translatable strings from various source \
			files (.xml.in, .glade, .desktop.in, .server.in, \
			.oaf.in). \
 			Collect the extracted strings together with messages \
			from traditional source files (.c, .h) in \
			po/PACKAGE.pot. \
 			Merge back the translations from .po files into \
			.xml, .desktop and .oaf files. This merge step will \
			happen at build resp. installation time.
maintainers	gnome-darwinports@opendarwin.org
categories	textproc gnome
platforms	darwin 
homepage	http://www.gnome.org/
master_sites    gnome:sources/intltool/0.35/
checksums	md5 95c4bd2a91419083ee880a3f53f86edf
depends_lib	lib:libexpat:expat lib:libintl.3:gettext lib:libiconv:libiconv \
		lib:p5-xml-parser:p5-xml-parser
use_bzip2 	yes
configure.args  --mandir=${prefix}/share/man
