# -*- 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 37027 2008-05-23 11:26:10Z ryandesign@macports.org $ PortSystem 1.0 name hunspell-dict-en_US version 2006-02-07 categories textproc maintainers openmaintainer jochen 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 "." configure {} build {} destroot { xinstall -d -m 755 $installdir xinstall -m 644 $workpath/en_US.aff $installdir xinstall -m 644 $workpath/en_US.dic $installdir }