# -*- 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 39155 2008-08-10 10:21:45Z jochen@macports.org $

PortSystem 1.0

name		        hunspell-dict-en_US
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	        en_US
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/en_US.aff $installdir
    xinstall -m 644 $workpath/en_US.dic $installdir
}
