|
Revision 4036, 425 bytes
(checked in by marius, 3 years ago)
|
|
Added PORTURL
|
| Line | |
|---|
| 1 | # 2.0.0 |
|---|
| 2 | # 20090927 |
|---|
| 3 | BASEURL="http://ftp.gnu.org/gnu/aspell/" |
|---|
| 4 | HOMEURL="http://aspell.net/" |
|---|
| 5 | PORTURL="http://www.hmug.org/pub/MacOS_X/BSD/Applications/Text/aspell/" |
|---|
| 6 | |
|---|
| 7 | |
|---|
| 8 | CONFIGUREARGS="--disable-nls" |
|---|
| 9 | PATCH="TRUE" |
|---|
| 10 | PATCHFILES="patch-mk-static-filter.pl.diff" |
|---|
| 11 | |
|---|
| 12 | case "$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 | |
|---|
| 21 | esac |
|---|