Ticket #37029: Portfile.diff
File Portfile.diff, 1.2 KB (added by howarth@…, 12 years ago) |
---|
-
Portfile
old new 3 3 4 4 PortSystem 1.0 5 5 PortGroup python26 1.0 6 PortGroup active_variants 1.0 6 7 7 8 name pymol 8 9 version 1.5 9 revision 510 revision 6 10 11 categories science 11 12 maintainers bromo.med.uc.edu:howarth 12 13 description Molecular graphics system … … 21 22 master_sites sourceforge 22 23 fetch.type svn 23 24 svn.url https://pymol.svn.sourceforge.net/svnroot/pymol/trunk/pymol 24 svn.revision 399625 svn.revision 4007 25 26 worksrcdir pymol 26 27 27 28 depends_lib port:freetype port:libpng port:python26 port:py26-pmw port:py26-numpy port:py26-scipy port:mesa port:glew port:py26-tkinter port:freeglut … … 32 33 33 34 patchfiles setup_py.diff pymol_shell.diff pmg_tk_platform.patch apbs-psize.patch 34 35 36 pre-configure { 37 require_active_variants tk x11 38 require_active_variants tcl "" corefoundation 39 } 40 35 41 post-patch { 36 42 reinplace "s|@PREFIX@|${prefix}|g" ${worksrcpath}/setup.py 37 43 reinplace "s|@@PYTHON_PKGDIR@@|${python.pkgd}|g" ${worksrcpath}/setup/pymol_macports