Changeset 4305 for trunk/asciidoc

Show
Ignore:
Timestamp:
11/01/09 06:52:45 (3 years ago)
Author:
mariuss
Message:

Added 10.6, removed 10.3 support, Added SF/SFP and PORTBASE

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/asciidoc/asciidoc.port

    r3100 r4305  
    1 #       2.0.2 
    2 #       20090115 
    3 BASEURL="http://www.methods.co.nz/asciidoc/" 
     1#       2.1.0 
     2#       20091101 
     3SF="TRUE" 
     4SFP="$1/$1/$2" 
    45HOMEURL="http://www.methods.co.nz/asciidoc/" 
    5 PORTURL="http://www.hmug.org/pub/MacOS_X/BSD/Applications/Help/asciidoc/" 
     6PORTURL="$PORTBASE/BSD/Applications/Help/asciidoc/" 
    67 
    78 
    8 if [ $OS != 'osx3' ]; then 
    9         DEPS="expat g95 gettext libiconv Python sed tcl texinfo tk X11" 
    10 else 
    11         DEPS="expat g77 gettext libiconv Python sed tcl texinfo tk X11" 
    12 fi 
     9DIFFDIRS="doc" 
     10 
     11case "$OS" in 
     12        osx6) 
     13                DEPS="g95 gettext libiconv Python sed tcl texinfo tk X11" 
     14                ;; 
     15                 
     16        *) 
     17                DEPS="expat g95 gettext libiconv Python sed tcl texinfo tk X11" 
     18                ;; 
     19                 
     20esac