# -*- 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 94702 2012-06-27 05:46:44Z ryandesign@macports.org $

PortSystem              1.0

name                    fityk
version                 0.8.6
categories              math
platforms               darwin
maintainers             nomaintainer
supported_archs         i386 ppc

description             fityk is for peak fitting.

long_description        fityk is a program for nonlinear fitting of analytical \
                        functions (especially peak-shaped) to data (usually \
                        experimental data). There are also people using it to \
                        remove the baseline from data, or to display data only.

homepage                http://www.unipress.waw.pl/fityk
master_sites            sourceforge

use_bzip2               yes

checksums               sha1    9d1063e015aa214c3cc37da15b87a63978733ca2

depends_lib             port:boost \
                        port:readline \
                        port:gnuplot \
                        port:ncurses \
                        port:wxWidgets \
                        port:python26

configure.args          --mandir=${prefix}/share/man
configure.cppflags      -I${prefix}/include
configure.env           DYLD_LIBRARY_PATH=${prefix}/lib \
                        LD_LIBRARY_PATH=${prefix}/lib
