1 | # $Id: Portfile,v 1.9 2004/01/18 04:54:48 toby Exp $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name aspell |
---|
5 | version 0.60.2 |
---|
6 | categories textproc |
---|
7 | maintainers mij@opendarwin.org |
---|
8 | description Spell checker with better logic than ispell |
---|
9 | homepage http://aspell.net/ |
---|
10 | platforms darwin |
---|
11 | |
---|
12 | long_description Aspell is a spell checker designed to eventually \ |
---|
13 | replace ispell. Aspell's main feature is that it \ |
---|
14 | does a much better job of coming up with possible \ |
---|
15 | suggestions than ispell. |
---|
16 | |
---|
17 | master_sites gnu \ |
---|
18 | freebsd |
---|
19 | |
---|
20 | checksums md5 d067596a1d9029d127d85e5040bab0ab |
---|
21 | |
---|
22 | patchfiles patch-configure |
---|
23 | |
---|
24 | configure.env LIBS="-L${prefix}/lib" CPPFLAGS="-I${prefix}/include" \ |
---|
25 | CFLAGS="-I${prefix}/include" |
---|
26 | configure.args --enable-dict-dir="${prefix}/share/aspell" |
---|
27 | |
---|
28 | post-destroot { ui_msg "\nYou must install one of the language dictionaries after installing\nthis port in order for it to work.\n" } |
---|