Ticket #41974: Portfile.stimfit.diff
File Portfile.stimfit.diff, 1.4 KB (added by neurodroid (Christoph Schmidt-Hieber), 11 years ago) |
---|
-
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 115280 2013-12-30 16:40:33Z mojca@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.4 9 revision 1 8 version 0.13.7 10 9 categories science 11 10 platforms darwin 12 11 license GPL-2 … … 16 15 homepage http://www.stimfit.org 17 16 master_sites googlecode:stimfit 18 17 19 checksums rmd160 817eff8611680c10d1b48377ffd6527ae562594f\20 sha256 4 74be245e9ceb86f8a62301dfa8111b8f7b6d69a6bee2e4a1d125a4277bf0abd18 checksums rmd160 edade1b1e28e797aa48344d875927a2b81f27ab2 \ 19 sha256 4b6951101ee2a19adde87b80bd72b446c449a0835fa6b997430cf877bebd31a1 21 20 22 21 wxWidgets.use wxPython-3.0 23 22 … … 26 25 port:hdf5-18 \ 27 26 port:${wxWidgets.port} 28 27 29 patchfiles patch-configure.diff30 31 28 configure.args --with-wx-config=${wxWidgets.wxconfig} \ 32 29 --disable-dependency-tracking \ 33 30 --disable-python