GARNAME = octave
GARVERSION = 3.6.3

MASTER_SITES = $(MASTER_GNU)
MASTER_SUBDIR = octave/

DISTFILES = $(DISTNAME).tar.gz
SIGFILES = $(DISTNAME).tar.gz.sig

# BUILDDEPS = 
LIBDEPS = readline

HOME_URL = http://www.gnu.org/software/octave/
DESCRIPTION = GNU Octave

include ../../gar.lib/auto.mk

# Building the Octave documentation requires that a TeX binary 
# be installed. If you have this, you may remove this flag.
CONFIGURE_OPTS = --disable-docs
