1 | # -*- 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 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | name vcellid |
---|
6 | version 0.1 |
---|
7 | categories biology science |
---|
8 | platforms darwin |
---|
9 | maintainers fbmc.fcen.uba.ar:abush |
---|
10 | description GTK GUI for the cell-id command line tool |
---|
11 | long_description Graphical User Interface for Cell-ID software. |
---|
12 | homepage http://sourceforge.net/projects/cell-id |
---|
13 | master_sites sourceforge:cell-id |
---|
14 | distfiles vcellid-0.1.zip |
---|
15 | |
---|
16 | checksums md5 bb9244c90f995bc46ccbfb9dd1cf93da \ |
---|
17 | sha1 170341e4198252a389062ec9ef8b397bee7d2c22 \ |
---|
18 | rmd160 48910433b65dc926a68b1fed2d7470d62414b512 |
---|
19 | |
---|
20 | depends_lib port:cell-id \ |
---|
21 | port:gtk2 \ |
---|
22 | port:gtkimageview |
---|
23 | |
---|
24 | use_zip yes |
---|
25 | build.env CC=clang |
---|
26 | use_parallel_build no |
---|
27 | configure.ldflags-append -lgtkimageview |
---|
28 | |
---|
29 | pre-build { |
---|
30 | reinplace "s|#include \"/usr/local/include/|#include \"|g" ${worksrcpath}/src/main.h |
---|
31 | } |
---|