1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name aspell-dict-bg |
---|
5 | version 4.0-0 |
---|
6 | categories textproc |
---|
7 | maintainers sava.chankov@gmail.com |
---|
8 | description Bulgarian dictionary for aspell |
---|
9 | platforms darwin |
---|
10 | |
---|
11 | long_description {description} |
---|
12 | |
---|
13 | master_sites gnu:aspell/dict/bg |
---|
14 | |
---|
15 | distname aspell5-bg-${portversion} |
---|
16 | checksums md5 f1d9f1587cc382f10f1c7ac0a2600833 |
---|
17 | |
---|
18 | use_bzip2 yes |
---|
19 | |
---|
20 | depends_build bin:aspell:aspell |
---|
21 | |
---|
22 | configure { system "cd ${worksrcpath} && \ |
---|
23 | ./configure --vars ASPELL=${prefix}/bin/aspell \ |
---|
24 | WORD_LIST_COMPRESS=${prefix}/bin/word-list-compress" |
---|
25 | } |
---|
26 | pre-destroot { system "cd ${worksrcpath} && \ |
---|
27 | iconv -f CP1251 -t UTF-8 bulgarian.kbd > bulgarian.kbd.tmp && \ |
---|
28 | mv bulgarian.kbd.tmp bulgarian.kbd" |
---|
29 | } |
---|
30 | |
---|
31 | |
---|