Ticket #32449: Portfile

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