Ticket #33964: Portfile.diff
File Portfile.diff, 1.8 KB (added by howarth@…, 13 years ago) |
---|
-
Portfile
old new 4 4 PortSystem 1.0 5 5 6 6 name ccpnmr 7 version 2. 1.57 version 2.2.2 8 8 set branch [join [lrange [split $version .] 0 1] .] 9 9 categories science python 10 10 maintainers bromo.med.uc.edu:howarth … … 17 17 experimental data to the final validation. 18 18 platforms darwin 19 19 homepage http://www.ccpn.ac.uk/ccpn/software/ccpnmr-suite 20 master_sites http://www .bio.cam.ac.uk/ccpn/download/ccpnmr/20 master_sites http://www2.ccpn.ac.uk/download/ccpnmr/ 21 21 distname analysis${version} 22 checksums md5 e1e93cac7516c6f8fbe4b503a223cdd4\23 sha1 70dc5e6b2752d6b7d5c8673fc992ebd0a88e6ad022 checksums md5 a3ede39ed484d261eb82137055dc66a1 \ 23 sha1 825ad7487ef6191baac0e5aa3d0ec6a6ed94a04f 24 24 worksrcdir ${name} 25 depends_lib port:py2 6-scipy port:mesa port:freeglut port:tk port:py26-tkinter25 depends_lib port:py27-scipy port:mesa port:freeglut port:tk port:py27-tkinter port:gcc45 26 26 patchfiles ccpnmr.patch 27 27 use_configure no 28 28 29 set python.branch 2. 629 set python.branch 2.7 30 30 set python.prefix ${frameworks_dir}/Python.framework/Versions/${python.branch} 31 31 set python.bin ${python.prefix}/bin/python${python.branch} 32 32 set python.pkgd ${python.prefix}/lib/python${python.branch}/site-packages … … 54 54 pre-build { 55 55 copy ${worksrcpath}/ccpnmr${branch}/c/environment-opengl.txt ${worksrcpath}/ccpnmr${branch}/c/environment.txt 56 56 } 57 58 configure.compiler macports-gcc-4.5 57 59 build.args CC=${configure.cc} ARCHFLAGS="${configure.cc_archflags}" 58 60 build.dir ${worksrcpath}/ccpnmr${branch}/c 59 61 build.target all links