a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 23053 2007-03-23 20:35:47Z pipping@macports.org $
PortSystem 1.0
name aspell-dict-bg
version 4.0-0
categories textproc
maintainers sava.chankov@gmail.com
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"
}