# $Id: Portfile 81920 2011-08-06 14:51:34Z jmr@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
supported_archs	i386 ppc
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
