# $Id: Portfile,v 1.1 2006/06/16 23:05:34 rhwood Exp $

PortSystem	1.0
name		iso-codes
version		0.51
categories	devel
maintainers	rhwood@opendarwin.org
description	ISO country, language and currency codes and translations
long_description	\
		This package aims to provide the list of the country and \
		language (and currency) names in one place, rather than \
		repeated in many programs.
homepage	http://alioth.debian.org/projects/pkg-isocodes/
master_sites	http://ftp.debian.org/debian/pool/main/i/iso-codes/
distname	iso-codes_${version}-1.1
worksrcdir	iso-codes-${version}
checksums	md5 c094c957bd929c430e94dbc379cc2869
use_bzip2	no
depends_build	port:gettext port:py-xml
patchfiles	patch-rules.make
pre-configure	{
	system	"cd ${worksrcpath} ; rm config.status"
	system  "${worksrcpath}/autogen.sh"
}
