diff options
Diffstat (limited to 'games/crafty-tablebase-no-pawn/scripts/configure')
-rw-r--r-- | games/crafty-tablebase-no-pawn/scripts/configure | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/games/crafty-tablebase-no-pawn/scripts/configure b/games/crafty-tablebase-no-pawn/scripts/configure new file mode 100644 index 000000000000..94c3515bd3d8 --- /dev/null +++ b/games/crafty-tablebase-no-pawn/scripts/configure @@ -0,0 +1,13 @@ + echo "" + echo "" + echo "This port has the following tunables:" + echo "WITH_TBDIR (default: ${PREFIX}/lib/crafty/TB)" + echo "" + echo "To alter this, press CTRL-C now, and " + echo "simply set your desired path with one of:" + echo "" + echo "<setenv WITH_TBDIR path> (csh) or" + echo "<export WITH_TBDIR=path> (sh)" + echo "" + echo "IF YOU CHANGED THIS WHEN YOU INSTALLED CRAFTY, YOU" + echo "** MUST ** CHANGE IT HERE!!" |