# $Id: Portfile 50980 2009-05-14 19:41:55Z and.damore@macports.org $

PortSystem 1.0

name			fityk
version			0.8.6
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.
maintainers		brett
categories		math
platforms		darwin
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
