# -*- 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
# $Id: Portfile 84550 2011-09-27 21:05:11Z snc@macports.org $

PortSystem 1.0

name                hunspell-dict-de_DE
version             2006-02-07
revision            1
categories          textproc
maintainers         nomaintainer
description         German (Germany) dictionary for hunspell
homepage            http://wiki.services.openoffice.org/wiki/Dictionaries
platforms           darwin

long_description    $description

master_sites        http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/

distname            de_DE
checksums           md5     7903b7f5fc52105a9a0a0afedba378e0 \
                    sha1    02cd38165e6644e58301a266f228e3cfff9809a5 \
                    rmd160  07471ddb57ee424dd1dae8c253d650e97e736750

use_zip             yes

set installdir "$destroot$prefix/share/hunspell/"
set worksrcdir "."

use_configure       no
build               {}
destroot {
    xinstall -d -m 755 $installdir
    xinstall -m 644 $workpath/de_DE.aff $installdir
    xinstall -m 644 $workpath/de_DE.dic $installdir
}
