# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
# $Id: Portfile 39156 2008-08-10 10:22:18Z jochen@macports.org $

PortSystem 1.0

name                hunspell-dict-de_DE
version             2006-02-07
categories          textproc
maintainers         nomaintainer
description         English (US) 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 cb1e21fee281f32d832a34ad6de1b553

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
}
