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

name                vcellid
version             0.1
categories          science biology
platforms           darwin
maintainers         fbmc.fcen.uba.ar:abush
description         GTK GUI for cell-id
long_description    Graphical User Interface for Cell-ID software.
homepage            http://sourceforge.net/projects/cell-id
master_sites        sourceforge:project/cell-id

use_zip             yes
checksums           md5     bb9244c90f995bc46ccbfb9dd1cf93da \
                    sha1    170341e4198252a389062ec9ef8b397bee7d2c22 \
                    rmd160  48910433b65dc926a68b1fed2d7470d62414b512

depends_build       port:pkgconfig
depends_lib         port:cell-id \
                    port:gtkimageview

post-patch {
    reinplace "s|#include \"/usr/local/include/|#include \"|g" ${worksrcpath}/src/main.h
}

configure.env       LIBS=-lgtkimageview

use_parallel_build  no
