Commits
Allan Que authored and Perry E. Metzger committed 83b20350e48
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
2 2 | |
3 - | PortSystem 1.0 |
3 + | PortSystem 1.0 |
4 4 | |
5 - | name aspell-dict-fr |
6 - | set my_name aspell-fr |
7 - | version 0.50 |
8 - | categories textproc |
9 - | license GPL-2 |
10 - | maintainers nomaintainer |
11 - | description French dictionary for aspell |
12 - | homepage http://aspell.net/ |
13 - | platforms darwin |
14 - | supported_archs noarch |
5 + | name aspell-dict-fr |
6 + | set my_name aspell-fr |
7 + | version 0.50 |
8 + | categories textproc |
9 + | license GPL-2 |
10 + | maintainers nomaintainer |
11 + | description French dictionary for aspell |
12 + | homepage http://aspell.net/ |
13 + | platforms darwin |
14 + | supported_archs noarch |
15 15 | |
16 - | long_description Aspell with French dictionary. |
16 + | long_description Aspell with French dictionary. |
17 17 | |
18 - | master_sites gnu:aspell/dict/fr |
18 + | master_sites gnu:aspell/dict/fr |
19 19 | |
20 - | distname $my_name-${version}-3 |
21 - | checksums md5 53a2d05c4e8f7fabd3cefe24db977be7 |
20 + | distname $my_name-${version}-3 |
21 + | checksums md5 53a2d05c4e8f7fabd3cefe24db977be7 |
22 22 | |
23 - | use_bzip2 yes |
23 + | use_bzip2 yes |
24 24 | |
25 - | depends_build bin:aspell:aspell |
25 + | depends_build bin:aspell:aspell |
26 26 | |
27 - | configure { system "cd ${worksrcpath} && ./configure \ |
28 - | --vars ASPELL=${prefix}/bin/aspell \ |
29 - | WORD_LIST_COMPRESS=${prefix}/bin/word-list-compress" } |
27 + | configure { system "cd ${worksrcpath} && ./configure \ |
28 + | --vars ASPELL=${prefix}/bin/aspell \ |
29 + | WORD_LIST_COMPRESS=${prefix}/bin/word-list-compress" } |
30 30 | |
31 31 | livecheck.distname $my_name |