[94984] trunk/dports/science

jmr at macports.org jmr at macports.org
Tue Jul 3 02:57:53 PDT 2012


Revision: 94984
          https://trac.macports.org/changeset/94984
Author:   jmr at macports.org
Date:     2012-07-03 02:57:52 -0700 (Tue, 03 Jul 2012)
Log Message:
-----------
New port: vcellid, GUI for cell-id (#32449)

Added Paths:
-----------
    trunk/dports/science/vcellid/
    trunk/dports/science/vcellid/Portfile

Added: trunk/dports/science/vcellid/Portfile
===================================================================
--- trunk/dports/science/vcellid/Portfile	                        (rev 0)
+++ trunk/dports/science/vcellid/Portfile	2012-07-03 09:57:52 UTC (rev 94984)
@@ -0,0 +1,31 @@
+# -*- 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
+# $Id$
+
+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


Property changes on: trunk/dports/science/vcellid/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120703/9bfc189a/attachment.html>


More information about the macports-changes mailing list