# 2.2.0 # 20091101 URL="ftp://ftp.cac.washington.edu/alpine/alpine.tar.gz" HOMEURL="http://www.washington.edu/alpine/" PORTURL="$PORTBASE/BSD/Applications/Internet/alpine/" CONFIGUREARGS="--disable-dependency-tracking --disable-nls --without-krb5" CONFIGUREENV="F77=$F95" DOWNLOADRENAME="TRUE" DOWNLOADRENAMESTR="$1$URLEXT $1-$2$URLEXT" foo=$4 if [ $foo ]; then if [ $foo == 'ssl' ]; then case "$OS" in osx6) DEPS="aspell db g95 gawk gdbm gettext grep libiconv ncurses perl sed tcl texinfo" PATCH="TRUE" PATCHFILES="alpine-osx-10.6.patch" ;; *) CONFIGUREARGS="$CONFIGUREARGS SSLDIR=/usr/local/ssl" MAKEARGS="C_CLIENT_SPECIALS=SSLDIR=/usr/local/ssl" DEPS="aspell db expat g95 gawk gdbm gettext grep libiconv ncurses openssl perl sed tcl texinfo" ;; esac LICENSE="etc2/export.txt" fi else CONFIGUREARGS="$CONFIGUREARGS --without-ssl" case "$OS" in osx6) DEPS="aspell db g95 gawk gdbm gettext grep libiconv ncurses perl sed tcl texinfo" ;; *) DEPS="aspell db expat g95 gawk gdbm gettext grep libiconv ncurses perl sed tcl texinfo" ;; esac fi