# $Id: Portfile 63231 2010-01-30 09:48:02Z and.damore@macports.org $
PortSystem          1.0
name                qtoctave-mac
version             0.8.2
revision            1
categories          aqua math
platforms           darwin
maintainers         and.damore openmaintainer
description         QtOctave is a front-end for Octave
long_description    QtOctave is a front-end for Octave. Octave is a high-level language,\
                    primarily intended for numerical computations like Matlab. QtOctave \
                    tries, using menus and forms, make easy Octave.

homepage            http://qtoctave.wordpress.com
distname            qtoctave-${version}
master_sites        http://forja.rediris.es/frs/download.php/1383/
depends_lib         port:octave \
                    path:bin/qmake-mac:qt4-mac

depends_build       bin:cmake:cmake
checksums           md5 56d0d7bece168b7df6a6b30d448266f4 \
                    sha1  d2aed8be03fb77d0f37cc72b7cd74ff7c73934dd \
                    rmd160 18cedfecea53d4c86b46ebc8474a6e2b6ebee313

patchfiles          patch-cmake-list.diff
configure.cmd       cmake
configure.pre_args  -DCMAKE_INSTALL_PREFIX=${prefix}
configure.args      -DQT_QMAKE_EXECUTABLE=${prefix}/libexec/qt4-mac/bin/qmake \
                    -G \"Unix Makefiles\" .

