# 2.1.1 # 20081020 BASEURL="http://www.brettcsmith.org/2006/x/" HOMEURL="http://www.brettcsmith.org/2006/x/" PORTURL="http://www.hmug.org/pub/MacOS_X/BSD/Applications/Archiving/dtrx/" CONFIGURE="FALSE" case "$OS" in osx3) DEPS="bzip2 expat g77 gettext libiconv lynx Python tar texinfo unzip" INSTALLCMD="sudo /usr/local/bin/python setup.py install" ;; osx4) DEPS="bzip2 expat g95 gettext libiconv lynx Python tar texinfo unzip" INSTALLCMD="sudo /usr/local/bin/python setup.py install" ;; osx5) DEPS="bzip2 expat g95 gettext libiconv lynx Python tar texinfo unzip" INSTALLCMD="sudo /usr/local/bin/python setup.py install" ;; esac MAKE="FALSE"