# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0

set langcode        fr
name                aspell-dict-${langcode}
version             0.50-3
categories          textproc
license             GPL-2
maintainers         nomaintainer
description         French dictionary for aspell
homepage            http://aspell.net/
platforms           darwin
supported_archs     noarch

long_description    Aspell with French dictionary.

master_sites        gnu:aspell/dict/${langcode}
distname            aspell-${langcode}-${version}
checksums           size    283086 \
                    rmd160  4072f990bc56871e6aaa842f7636969a4cd60960 \
                    sha256  f9421047519d2af9a7a466e4336f6e6ea55206b356cd33c8bd18cb626bf2ce91

use_bzip2           yes

depends_build       bin:aspell:aspell

configure.pre_args  {}
configure.args      --vars \
                    ASPELL=${prefix}/bin/aspell \
                    WORD_LIST_COMPRESS=${prefix}/bin/word-list-compress

livecheck.type      regex
livecheck.url       http://ftp.gnu.org/gnu/aspell/dict/0index.html
livecheck.regex     >aspell-${langcode}-(.*?)\\.tar\\.
