root/trunk/aspell/aspell.port

Revision 4036, 425 bytes (checked in by marius, 3 years ago)

Added PORTURL

Line 
1#       2.0.0
2#       20090927
3BASEURL="http://ftp.gnu.org/gnu/aspell/"
4HOMEURL="http://aspell.net/"
5PORTURL="http://www.hmug.org/pub/MacOS_X/BSD/Applications/Text/aspell/"
6
7
8CONFIGUREARGS="--disable-nls"
9PATCH="TRUE"
10PATCHFILES="patch-mk-static-filter.pl.diff"
11
12case "$OS" in
13        'osx6')
14                DEPS="g95 gettext grep libiconv ncurses perl sed texinfo"
15                ;;
16               
17        *)
18                DEPS="expat g95 gettext grep libiconv ncurses perl sed texinfo"
19                ;;
20               
21esac
Note: See TracBrowser for help on using the browser.