# $Id: Portfile 78038 2011-04-20 09:57:51Z jmr@macports.org $

PortSystem 1.0

name		nip2
version		7.20.5
revision	1
set branch	[join [lrange [split ${version} .] 0 1] .]
description	nip2 is a user-interface to the VIPS image processing library.
long_description	nip2 is an image processing spreadsheet. It's good for \
			large images and for colour.
maintainers	gmail.com:jcupitt
categories	graphics
platforms	darwin
homepage	http://www.vips.ecs.soton.ac.uk
master_sites	${homepage}/supported/${branch}/
checksums	md5 0e5af5b8e0adbef71aa439820dfd8d87

configure.args	--disable-update-desktop

depends_build       port:pkgconfig
depends_lib	port:fftw-3 \
		port:vips \
		port:gtk2 \
		port:goffice \
		port:gsl
