# 2.1.0 # 20090831 BASEURL="http://rarian.freedesktop.org/Releases/" HOMEURL="http://rarian.freedesktop.org/" PORTURL="http://www.hmug.org/pub/MacOS_X/BSD/Applications/System/rarian/" case "$OS" in osx3) CONFIGUREENV="F77=$F773" DEPS="bash expat g77 gettext grep libiconv ncurses readline sed texinfo" ;; osx6) CONFIGUREENV="F77=$F95" DEPS="bash g95 gettext grep libiconv ncurses readline sed texinfo" ;; *) CONFIGUREENV="F77=$F95" DEPS="bash expat g95 gettext grep libiconv ncurses readline sed texinfo" ;; esac