Ticket #50371: Portfile-molmol.diff
File Portfile-molmol.diff, 1.7 KB (added by dstrubbe (David Strubbe), 9 years ago) |
---|
-
Portfile
2 2 # $Id$ 3 3 4 4 PortSystem 1.0 5 PortGroup compilers 1.0 5 6 6 7 name molmol 7 8 version 2k.2.0 8 9 revision 10 9 10 categories science chemistry 10 maintainers gmail.com:howarth.at.macports 11 maintainers gmail.com:howarth.at.macports openmaintainer 11 12 description Molecular graphics display program 12 13 long_description MOLMOL is a molecular graphics program for displaying, analyzing, \ 13 14 and manipulating the three-dimensional structure of biological \ … … 35 36 port:libpng \ 36 37 port:xpm 37 38 patchfiles molmol-build.diff molmol-warnings.diff molmol-png.diff 39 40 compilers.choose cc 41 compilers.setup 42 38 43 use_configure no 39 44 use_parallel_build no 40 45 build.target-delete all … … 65 70 ln -s ${prefix}/share/${name}/COPYING ${destroot}${prefix}/share/doc/${name}/COPYING 66 71 ln -s ${prefix}/share/${name}/man ${destroot}${prefix}/share/doc/${name}/man 67 72 } 68 variant gcc45 description conflicts gcc46 gcc47 gcc48 description {build using macports-gcc-4.5} {69 configure.compiler macports-gcc-4.570 }71 variant gcc46 description conflicts gcc45 gcc47 gcc48 description {build using macports-gcc-4.6} {72 configure.compiler macports-gcc-4.673 }74 variant gcc47 description conflicts gcc45 gcc46 gcc48 description {build using macports-gcc-4.7} {75 configure.compiler macports-gcc-4.776 }77 variant gcc48 description conflicts gcc45 gcc46 gcc47 description {build using macports-gcc-4.8} {78 configure.compiler macports-gcc-4.879 }