# -*- 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

PortSystem          1.0
PortGroup           github 1.0

github.setup        libvips nip2 8.9.1 v
revision            0

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 @jcupitt} openmaintainer
categories          graphics
platforms           darwin
license             GPL-2+
homepage            https://libvips.github.io/libvips/
github.tarball_from releases

checksums           rmd160  b39c977039f5370e9d9f3778dd2ce33785b22911 \
                    sha256  b75e26eb3fb994faa988e8e07436cac2a4965c2cab08bef3968e817a866d76cd \
                    size    8712822

configure.args      --disable-update-desktop

depends_build       port:flex \
                    port:pkgconfig

depends_lib         port:fftw-3 \
                    path:bin/dot:graphviz \
                    port:vips \
                    path:lib/pkgconfig/gtk+-2.0.pc:gtk2 \
                    port:goffice08 \
                    port:gsl
