Ticket #3102: Portfile

File Portfile, 869 bytes (added by yves@…, 19 years ago)

Portfile

Line 
1# $Id: Portfile,v 1.9 2004/01/18 04:54:48 toby Exp $
2
3PortSystem 1.0
4name            aspell
5version         0.60.2
6categories      textproc
7maintainers     mij@opendarwin.org
8description     Spell checker with better logic than ispell
9homepage        http://aspell.net/
10platforms       darwin
11
12long_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
17master_sites    gnu \
18                freebsd
19
20checksums       md5 d067596a1d9029d127d85e5040bab0ab
21
22patchfiles      patch-configure
23
24configure.env   LIBS="-L${prefix}/lib" CPPFLAGS="-I${prefix}/include" \
25                CFLAGS="-I${prefix}/include"
26configure.args  --enable-dict-dir="${prefix}/share/aspell"
27
28post-destroot   { ui_msg "\nYou must install one of the language dictionaries after installing\nthis port in order for it to work.\n" }