Ticket #42151: Portfile-stimfit.patch
File Portfile-stimfit.patch, 1.8 KB (added by neurodroid (Christoph Schmidt-Hieber), 11 years ago) |
---|
-
science/stimfit/Portfile
old new 1 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 : Portfile 115709 2014-01-09 16:10:16Z eborisch@macports.org$2 # $Id$ 3 3 4 4 PortSystem 1.0 5 5 PortGroup wxWidgets 1.0 6 6 7 7 name stimfit 8 version 0.13.8 9 revision 1 8 version 0.13.9 10 9 categories science 11 10 platforms darwin 12 11 license GPL-2 … … 14 13 description Electrophysiology analysis suite 15 14 long_description A program for viewing and analyzing electrophysiological data 16 15 homepage http://www.stimfit.org 17 master_sites googlecode:stimfit16 master_sites http://www.stimfit.org 18 17 19 checksums rmd160 4 1c5fbb25e8a88d02d5607ec819b51086544e1c8\20 sha256 684f488f042d4106c08bd22db81942bb24346736ea75b690df4553e15bf77e2318 checksums rmd160 48ee8ce85e298b0da9afb50906d7f5b7d002fb72 \ 19 sha256 e1cd480a5a4eafb4c28e12e644a1ba0f5ff32e43b412e37cb437934f496a6424 21 20 22 21 wxWidgets.use wxPython-3.0 23 22 … … 59 58 --with-lapack-lib=${prefix}/lib/libatlas.a 60 59 } 61 60 61 variant biosig description {Use biosig library for file I/O.} { 62 depends_lib-append \ 63 port:libbiosig 64 65 configure.args-append \ 66 --with-biosig 67 } 68 62 69 configure.ldflags-append \ 63 70 -headerpad_max_install_names 64 71 … … 66 73 # if {![variant_isset python27]} { 67 74 default_variants +python27 68 75 # } 76 default_variants-append \ 77 +biosig 69 78 70 79 destroot.destdir DESTDIR=${destroot}${applications_dir} 71 80