# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 100991 2013-01-03 01:37:30Z mfeiri@macports.org $

PortSystem          1.0
name                itpp
version             4.2.0
categories          math
maintainers         mfeiri openmaintainer
license             GPL-3+
description         IT++ is a C++ library of mathematical, signal processing \
                    and communication classes and functions.
long_description    ${description} Its main use is in simulation of \
                    communication systems and for performing research in the \
                    area of communications.
homepage            http://sourceforge.net/projects/itpp/

use_bzip2           yes
distname            ${name}-4.2
master_sites        sourceforge:project/itpp/itpp/${version}

checksums           rmd160  ccf272d839f8178ac4729f48301bde771ffe3573 \
                    sha1    3b75fbcbbc43ac6e47d80283ffd41673ccfa035e

depends_lib         port:fftw-3

configure.args      --disable-html-doc
