root/trunk/asciidoc/asciidoc.port

Revision 4305, 331 bytes (checked in by mariuss, 3 years ago)

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

Line 
1#       2.1.0
2#       20091101
3SF="TRUE"
4SFP="$1/$1/$2"
5HOMEURL="http://www.methods.co.nz/asciidoc/"
6PORTURL="$PORTBASE/BSD/Applications/Help/asciidoc/"
7
8
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
Note: See TracBrowser for help on using the browser.