Ticket #10537: Portfile

File Portfile, 842 bytes (added by sava.chankov@…, 18 years ago)

ATTACHMENT: aspell-dict-bg 4.0.0

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