# $Id: Portfile 65261 2010-03-24 21:29:28Z ryandesign@macports.org $

PortSystem		1.0

name			Quarter
version			1.0.0
revision		1
description		integrates Coin and Qt
long_description	Quarter is a light-weight glue library that provides \
    seamless integration between Kongsberg SIM's Coin high-level 3D \
    visualization library and Nokia's Qt 2D user interface library. 

categories		graphics devel
homepage		http://www.coin3d.org/lib/quarter/
platforms		darwin
maintainers		nomaintainer
master_sites		http://ftp.coin3d.org/coin/src/all/

checksums           md5     73d7c9e1917436e29b128781c997185f \
                    sha1    f141490008c3139cb8f01c71148e2dd8802a97d0 \
                    rmd160  d954cac8d35e83ffb565c28fd3e28864b8dfa023

configure.env-append    QTDIR=${prefix}/libexec/qt4-mac/
configure.ldflags-append    -L${prefix}/libexec/qt4-mac/lib
configure.cppflags-append   -I${prefix}/libexec/qt4-mac/include
configure.args-append       --with-qt-designer-plugin-path=${prefix}/libexec/qt4-mac/plugins/designer

depends_lib		path:bin/qmake-mac:qt4-mac port:Coin
