#!/bin/sh
###############################################################################
# BRLTTY - A background process providing access to the Linux console (when in
#          text mode) for a blind person using a refreshable braille display.
#
# Copyright (C) 1995-2004 by The BRLTTY Team. All rights reserved.
#
# BRLTTY comes with ABSOLUTELY NO WARRANTY.
#
# This is free software, placed under the terms of the
# GNU General Public License, as published by the Free Software
# Foundation.  Please see the file COPYING for details.
#
# Web Page: http://mielke.cc/brltty/
#
# This software is maintained by Dave Mielke <dave@mielke.cc>.
###############################################################################

prefix="/usr/local"
exec_prefix="${prefix}"
bindir="${exec_prefix}/bin"
#sbindir="${exec_prefix}/sbin"
#libexecdir="${exec_prefix}/libexec"
#datadir="${prefix}/share"
sysconfdir="/etc"
#sharedstatedir="${prefix}/com"
#localstatedir="${prefix}/var"
libdir="${exec_prefix}/lib"
includedir="${prefix}/include"
#oldincludedir="/usr/include"
#infodir="${prefix}/info"
mandir="${prefix}/man"

BRLTTY_VERSION="3.6"
BRLTTY_EXECUTE_ROOT=""
BRLTTY_PROGRAM_DIRECTORY="${exec_prefix}/bin"
BRLTTY_LIBRARY_DIRECTORY="${exec_prefix}/lib/brltty"
BRLTTY_DATA_DIRECTORY="/usr/local/share/brltty"
BRLTTY_MANPAGE_DIRECTORY="${prefix}/man"
BRLTTY_INCLUDE_DIRECTORY="${prefix}/include/brltty"

BRLAPI_VERSION="0.3"
BRLAPI_RELEASE="0.3.0"
BRLAPI_KEYFILE="brlapi.key"
