# $Id: Portfile 41661 2008-11-08 17:50:41Z nox@macports.org $

PortSystem 1.0

name		aspell-dict-fr
set my_name aspell-fr
version		0.50
categories	textproc
maintainers	nomaintainer
description	French dictionary for aspell
homepage	http://aspell.net/
platforms	darwin
universal_variant   no

long_description Aspell with French dictionary.

master_sites	gnu:aspell/dict/fr

distname	$my_name-${version}-3
checksums	md5 53a2d05c4e8f7fabd3cefe24db977be7

use_bzip2	yes

depends_build	bin:aspell:aspell

configure	{ system "cd ${worksrcpath} && ./configure \
		    --vars ASPELL=${prefix}/bin/aspell \
		    WORD_LIST_COMPRESS=${prefix}/bin/word-list-compress" }

livecheck.distname  $my_name
