# -*- coding: utf-8; mode: tcl; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 4; truncate-lines: t -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
# $Id: Portfile 65401 2010-03-26 00:37:24Z macsforever2000@macports.org $

PortSystem       1.0

name               py26-pyqwt
version            5.2.0

platforms          macosx
categories         python devel
maintainers        macsforever2000

description        PyQwt is a set of Python bindings for the Qwt toolkit
long_description   PyQwt is a set of Python bindings for the Qwt C++ class library which extends \
                   the Qt framework with widgets for scientific and engineering applications. It \
                   provides a widget to plot 2-dimensional data and various widgets to display \
                   and control bounded or unbounded floating point values.

homepage           http://pyqwt.sourceforge.net
master_sites       sourceforge:pyqwt
distname           PyQwt-${version}
dist_subdir        python

checksums          md5     fcd6c6029090d473dcc9df497516eae7 \
                   sha1    797f37c63dec660272f6a8ccfd16a017df0ad640 \
                   rmd160  e4c8a63d623d974cd500e29fbc62255746ca7feb

depends_lib        port:py26-pyqt4 \
                   port:qwt52 \
                   port:py26-numpy

worksrcdir         ${worksrcdir}/configure

configure.cmd      ${prefix}/bin/python2.6 configure.py
configure.pre_args -I ${prefix}/include -I ${prefix}/include/qwt -I ${prefix}/include/python2.6 -L ${prefix}/lib --disable-numarray --disable-numeric
configure.universal_args-delete --disable-dependency-tracking

build.target
