# $Id: Portfile 50984 2009-05-14 21:08:43Z and.damore@macports.org $ PortSystem 1.0 name aspell-dict-bg version 4.0-0 categories textproc maintainers gmail.com:sava.chankov description Bulgarian dictionary for aspell platforms darwin long_description {description} master_sites gnu:aspell/dict/bg distname aspell5-bg-${version} checksums md5 f1d9f1587cc382f10f1c7ac0a2600833 use_bzip2 yes depends_build port:aspell configure { system "cd ${worksrcpath} && \ ./configure --vars ASPELL=${prefix}/bin/aspell \ WORD_LIST_COMPRESS=${prefix}/bin/word-list-compress" } pre-destroot { system "cd ${worksrcpath} && \ iconv -f CP1251 -t UTF-8 bulgarian.kbd > bulgarian.kbd.tmp && \ mv bulgarian.kbd.tmp bulgarian.kbd" }