Ticket #34028: yorick-spydr-python-path.diff
File yorick-spydr-python-path.diff, 1.2 KB (added by paumard, 13 years ago) |
---|
-
Portfile
old new 6 6 7 7 set uname spydr 8 8 github.setup frigaut yorick-${uname} 0.8.2 9 revision 1 10 license GPL-3+ 9 11 categories science 10 12 platforms darwin 11 maintainers users.sourceforge.net:paumard 13 maintainers users.sourceforge.net:paumard openmaintainer 12 14 supported_archs noarch 13 15 description FITS image display and simple analysis 14 16 long_description Spydr (pronounced like spider) basically is an FITS \ … … 26 28 checksums rmd160 63297f26fce89822fe99129a256c2d0bebe0b9be\ 27 29 sha256 d0306c0d62705f54c33f7688f416b7b32e0d7971861d674f0621b1fc59455bbd 28 30 29 depends_lib p ort:yorick31 depends_lib path:bin/yorick:yorick 30 32 31 33 depends_run port:yorick-yao \ 32 port:py2 6-gtk \34 port:py27-gtk \ 33 35 port:zenity 34 36 37 post-patch { 38 reinplace "s|#!/usr/bin/env python|#!${prefix}/bin/python2.7|" \ 39 ${worksrcpath}/${uname}.py 40 } 41 35 42 configure.cmd ${prefix}/bin/yorick 36 43 configure.pre_args 37 44 configure.args -batch make.i