root/trunk/aspell6-de-alt/aspell6-de-alt.port

Revision 4042, 396 bytes (checked in by marius, 3 years ago)

Added port

Line 
1#       2.0.0
2#       20090927
3BASEURL="http://ftp.gnu.org/gnu/aspell/dict/de-alt/"
4HOMEURL="http://aspell.net/"
5PORTURL="http://www.hmug.org/pub/MacOS_X/BSD/Applications/Text/aspell/aspell6-de-alt/"
6URLEXT=".tar.bz2"
7
8
9case "$OS" in
10        'osx6')
11                DEPS="aspell g95 gettext grep libiconv ncurses perl sed texinfo"
12                ;;
13               
14        *)
15                DEPS="aspell expat g95 gettext grep libiconv ncurses perl sed texinfo"
16                ;;
17               
18esac
Note: See TracBrowser for help on using the browser.