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

Revision 4040, 387 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/"
4HOMEURL="http://aspell.net/"
5PORTURL="http://www.hmug.org/pub/MacOS_X/BSD/Applications/Text/aspell/aspell6-de"
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.